This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Windson Yang
Recipients Windson Yang, martin.panter, orsenthil, xtreak, 西田雄治
Date 2018-11-03.02:12:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541211168.18.0.788709270274.issue35121@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2018-11-03 02:12:48Windson Yangsetrecipients: + Windson Yang, orsenthil, martin.panter, xtreak, 西田雄治
2018-11-03 02:12:48Windson Yangsetmessageid: <1541211168.18.0.788709270274.issue35121@psf.upfronthosting.co.za>
2018-11-03 02:12:48Windson Yanglinkissue35121 messages
2018-11-03 02:12:47Windson Yangcreate