]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch #1462313, bug #1443328: the pickle modules now can handle classes
authorGeorg Brandl <georg@python.org>
Fri, 31 Mar 2006 18:25:48 +0000 (18:25 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 31 Mar 2006 18:25:48 +0000 (18:25 +0000)
commitd63d436122d1c2d350b6ae824094e986a04bab12
tree533e10d477eb6fafca9331c16e740e596365ad02
parentc97f592c468e4ea9b02d30508cd63337e829df37
Patch #1462313, bug #1443328: the pickle modules now can handle classes
that have __private names in their __slots__.
 (backport from rev. 43493)
Lib/copy_reg.py
Lib/test/test_copy_reg.py
Misc/NEWS