]> 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:04:34 +0000 (09:04 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 13 Mar 2015 07:04:34 +0000 (09:04 +0200)
commitf249671d023d2529841f21294dc002273beb6f2f
treeeff718c6696a3ca553f9459beae270e4d41b35c1
parent7c26be5b18d71c1c9863d81f1f478bb803e8bd5c
Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar.
Patch by Demian Brecht.
Lib/cookielib.py
Lib/test/test_cookielib.py
Misc/NEWS