]> granicus.if.org Git - python/commit
Issue #13505: Make pickling of bytes object compatible with Python 2.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Tue, 13 Dec 2011 18:08:09 +0000 (13:08 -0500)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Tue, 13 Dec 2011 18:08:09 +0000 (13:08 -0500)
commit3bfc65a25ba2e010ef12db0cff006c2cbbeb18f9
tree48d1cd0accf5405ab51196dee2f68551fd9e9175
parent7b7e39a61f0c784252f94eeaae8ee44a44968a6f
Issue #13505: Make pickling of bytes object compatible with Python 2.

Initial patch by sbt.
Lib/pickle.py
Lib/pickletools.py
Lib/test/pickletester.py
Misc/NEWS
Modules/_pickle.c