]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #6784: Strings from Python 2 can now be unpickled as bytes objects.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Sat, 7 Dec 2013 09:09:27 +0000 (01:09 -0800)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Sat, 7 Dec 2013 09:09:27 +0000 (01:09 -0800)
commitd05c9ff84501d93b13de40a9c7b0360c7d2ebada
treeae840ca5e91d21e53cc60e6c3e7fdd64b5a9fec4
parentee07b94788e5e3e79f6632e92a5295adc3937bf4
Issue #6784: Strings from Python 2 can now be unpickled as bytes objects.

Initial patch by Merlijn van Deen.

I've added a few unrelated docstring fixes in the patch while I was at
it, which makes the documentation for pickle a bit more consistent.
Doc/library/pickle.rst
Lib/pickle.py
Lib/pickletools.py
Lib/test/pickletester.py
Lib/test/test_pickle.py
Misc/ACKS
Misc/NEWS
Modules/_pickle.c