]> granicus.if.org Git - python/commit
Patch #1462313, bug #1443328: the pickle modules now can handle classes
authorGeorg Brandl <georg@python.org>
Fri, 31 Mar 2006 18:25:44 +0000 (18:25 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 31 Mar 2006 18:25:44 +0000 (18:25 +0000)
commit22ec80bc4f3e66990981ca57b66b38873e2711df
tree6374fe9880a0a2f4d2d7442a0bbffc85bcca3440
parent43f08a85e4b86acf6e4313a51cec4df0cc586da7
Patch #1462313, bug #1443328: the pickle modules now can handle classes
that have __private names in their __slots__.
Lib/copy_reg.py
Lib/test/test_copy_reg.py
Misc/NEWS