[issue35121] Cookie domain check returns incorrect results

Windson Yang report at bugs.python.org
Fri Nov 2 22:12:48 EDT 2018


Windson Yang <wiwindson at gmail.com> added the comment:

I wonder https://github.com/python/cpython/blob/master/Lib/test/test_http_cookiejar.py#L420 

("http://foo.bar.com/", "com", True),
("http://foo.com/", "com", True),

are expected behavior?

----------
nosy: +Windson Yang

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35121>
_______________________________________


More information about the Python-bugs-list mailing list