]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Restored backward compatibility of pickling http.cookies.Morsel. It was
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 18 Mar 2015 16:03:40 +0000 (18:03 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 18 Mar 2015 16:03:40 +0000 (18:03 +0200)
commit6c32585f677b71eb1206852d24f077f602780c85
tree3204be9816cea9229172587a5c81dc4041a82d92
parentcb7e5f6f087057570682c961666fb60dae688bc5
Restored backward compatibility of pickling http.cookies.Morsel.  It was
broken after converting instance attributes to properies in issue #2211.
Lib/http/cookies.py
Lib/test/test_http_cookies.py