]> granicus.if.org Git - python/commit
Use __reduce_ex__ in copy.py. The test_*copy_cant() tests are simpler again.
authorGuido van Rossum <guido@python.org>
Wed, 19 Feb 2003 01:19:28 +0000 (01:19 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 19 Feb 2003 01:19:28 +0000 (01:19 +0000)
commite690883ccf8081e5baab0e9d71f596f26245b569
tree57c21839dbb39b03056f9d19c9c054fbb060900f
parenta43fd0c8996eec2bdd0ec59edc252cb4f4ff4436
Use __reduce_ex__ in copy.py.  The test_*copy_cant() tests are simpler again.
Lib/copy.py
Lib/copy_reg.py
Lib/test/test_copy.py