]> granicus.if.org Git - python/commit
Issue #22775: Fixed unpickling of Cookie.SimpleCookie with protocol 2.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 2 Nov 2014 20:35:47 +0000 (22:35 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 2 Nov 2014 20:35:47 +0000 (22:35 +0200)
commit186c5f07e65c95b23087abe33670efa95eca497b
tree56c7ea8f19517c4fca043b5bb936370a3ac23f46
parent009352aefd6f744b018df5a6c0cb077e7f667b5b
Issue #22775: Fixed unpickling of Cookie.SimpleCookie with protocol 2.
Patch by Tim Graham.
Lib/Cookie.py
Lib/test/test_cookie.py
Misc/ACKS
Misc/NEWS