commit | 186c5f07e65c95b23087abe33670efa95eca497b | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Nov 02 22:35:47 2014 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sun Nov 02 22:35:47 2014 +0200 |
tree | 56c7ea8f19517c4fca043b5bb936370a3ac23f46 | |
parent | 009352aefd6f744b018df5a6c0cb077e7f667b5b [diff] [blame] |
Issue #22775: Fixed unpickling of Cookie.SimpleCookie with protocol 2. Patch by Tim Graham.
diff --git a/Misc/NEWS b/Misc/NEWS index 1da8970..57c752c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -37,6 +37,9 @@ 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().