]> granicus.if.org Git - python/commit
Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar.
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 13 Mar 2015 07:09:35 +0000 (09:09 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 13 Mar 2015 07:09:35 +0000 (09:09 +0200)
commitf7cc3fccadae5f2bb764b16808806b7d1849871b
tree2424d9a9110ef8124aba9079d18646ddb49734f9
parent63623ac2529ce9f293784c06215b018664c74491
parent577fc4e87f59b94f2e906c77654a44a2ee586c1e
Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar.
Patch by Demian Brecht.
Lib/http/cookiejar.py
Misc/NEWS