]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Eliminate the deprecated option to return None instead of a tuple of arguments in...
authorRaymond Hettinger <python@rcn.com>
Tue, 7 Dec 2004 07:05:57 +0000 (07:05 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 7 Dec 2004 07:05:57 +0000 (07:05 +0000)
commita6b45cc31d33c166c84866f78d504a99d409895c
treedaffa37b19305cdf19902242a177ed436e396fb1
parent84667c063a1e93a985134f7cef376edf82941c02
Eliminate the deprecated option to return None instead of a tuple of arguments in __reduce__().
Doc/lib/libpickle.tex
Lib/pickle.py
Misc/NEWS
Modules/cPickle.c