]> granicus.if.org Git - python/commit
Support __reduce__ returning a 4-tuple or 5-tuple.
authorGuido van Rossum <guido@python.org>
Thu, 6 Feb 2003 18:18:23 +0000 (18:18 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 6 Feb 2003 18:18:23 +0000 (18:18 +0000)
commit90e05b0e25a3e69d23054c5f05cbe5b6ec475ca5
treecfe618cc676c9c692ac861100885d8351a73eac1
parent93cf58b015f797c9ad2de56f00bce5754cd764d6
Support __reduce__ returning a 4-tuple or 5-tuple.
Lib/copy.py
Lib/test/test_copy.py