]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar.
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 13 Mar 2015 07:05:01 +0000 (09:05 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 13 Mar 2015 07:05:01 +0000 (09:05 +0200)
commit577fc4e87f59b94f2e906c77654a44a2ee586c1e
tree870ada49e702c8994f5d9cb6f4ca2bd87bca48bf
parent79fbeee2378dc31a5edebc9a5aa8f3fe9726933e
Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar.
Patch by Demian Brecht.
Lib/http/cookiejar.py
Lib/test/test_http_cookiejar.py
Misc/NEWS