diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-11-02 22:35:47 +0200 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-11-02 22:35:47 +0200 |
commit | c8ed7939762e88db23a27bd1a35f372c3c0cb61c (patch) | |
tree | 94145aeac27e0489bcaf17ae7966b64fa17366cb /Misc | |
parent | e46157b8a1940fef93e123c6003379055aef4200 (diff) | |
download | cpython-c8ed7939762e88db23a27bd1a35f372c3c0cb61c.tar.gz |
Issue #22775: Fixed unpickling of Cookie.SimpleCookie with protocol 2.
Patch by Tim Graham.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -484,6 +484,7 @@ Chris Gonnerman Shelley Gooch David Goodger Hans de Graaff +Tim Graham Nathaniel Gray Eddy De Greef Grant Griffin @@ -37,6 +37,9 @@ Core and Builtins Library ------- +- Issue #22775: Fixed unpickling of Cookie.SimpleCookie with protocol 2. + Patch by Tim Graham. + - Issue #22776: Brought excluded code into the scope of a try block in SysLogHandler.emit(). |