commit | f249671d023d2529841f21294dc002273beb6f2f | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Fri Mar 13 09:04:34 2015 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Fri Mar 13 09:04:34 2015 +0200 |
tree | eff718c6696a3ca553f9459beae270e4d41b35c1 | |
parent | 7c26be5b18d71c1c9863d81f1f478bb803e8bd5c [diff] [blame] |
Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. Patch by Demian Brecht.
diff --git a/Misc/NEWS b/Misc/NEWS index a364f57..ac03bf7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -21,6 +21,9 @@ Library ------- +- Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. + Patch by Demian Brecht. + - Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now handle exceptions raised by an iterator. Patch by Alon Diamant and Davin Potts.