]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Removed the deprecated bin parameter from the pickle module.
authorRaymond Hettinger <python@rcn.com>
Sun, 5 Dec 2004 05:20:42 +0000 (05:20 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 5 Dec 2004 05:20:42 +0000 (05:20 +0000)
commit3489cad30af77cb446476cd4c1a908aacc84d9f3
tree87a371c09b8a6472e4fb70657e526e16647b31c5
parent4ebe364277b62785821003a8161a2081618b23a5
Removed the deprecated bin parameter from the pickle module.
Doc/lib/libpickle.tex
Lib/pickle.py
Misc/NEWS