]> granicus.if.org Git - python/commit
Support all the new stuff supported by the new pickle code:
authorGuido van Rossum <guido@python.org>
Thu, 6 Feb 2003 19:53:22 +0000 (19:53 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 6 Feb 2003 19:53:22 +0000 (19:53 +0000)
commitc7557589063d07ecf8a65e88e6e396f0f750821b
treeab44a22cff3bd00fc218b2a51ad2d2763646e510
parent01892664561cab9ff9ae62c4595137d22c39ac6c
Support all the new stuff supported by the new pickle code:
- subclasses of list or dict
- __reduce__ returning a 4-tuple or 5-tuple
- slots
Lib/copy.py
Lib/test/test_copy.py