]> granicus.if.org Git - python/commit
Move _better_reduce from copy.py to copy_reg.py, and also use it in
authorGuido van Rossum <guido@python.org>
Thu, 6 Feb 2003 22:57:00 +0000 (22:57 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 6 Feb 2003 22:57:00 +0000 (22:57 +0000)
commit5aac4e631292faf7f1679b28c906dd823c734b2d
tree98a3ffa79c235fe9d06839d304c934517dc274d9
parente7ee17c58e4271d72f9a6609c92fdaeeb9c9ba79
Move _better_reduce from copy.py to copy_reg.py, and also use it in
pickle.py, where it makes save_newobj() unnecessary.  Tests pass.
Lib/copy.py
Lib/copy_reg.py
Lib/pickle.py