Skip to content

Commit 5232905

Browse files
authored
Update cookiejar.py
1 parent a3d8b86 commit 5232905

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/http/cookiejar.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -585,8 +585,6 @@ def domain_match(A, B):
585585
if not is_HDN(A):
586586
return False
587587
i = A.rfind(B)
588-
# B = .baidu.com
589-
590588
if i == -1 or i == 0:
591589
# A does not have form NB, or N is the empty string
592590
return False

0 commit comments

Comments
 (0)