Skip to content

Commit e37015c

Browse files
LamentXU123picnixz
andauthored
Update Lib/http/cookiejar.py
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
1 parent e3b6a1c commit e37015c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/http/cookiejar.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,7 @@ def is_ip_like_hostname(text):
562562
if _is_ipv4_hostname(text) or _is_ipv6_hostname(text):
563563
return True
564564
return False
565+
565566
def is_HDN(text):
566567
"""Return True if text is a host domain name."""
567568
# XXX

0 commit comments

Comments
 (0)