]> granicus.if.org Git - python/commit
As Mike Fletcher pointed out, a __deepcopy__() method should be called
authorGuido van Rossum <guido@python.org>
Fri, 13 Mar 1998 20:12:17 +0000 (20:12 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 13 Mar 1998 20:12:17 +0000 (20:12 +0000)
commit677fc843ea458642dfea59d7fc8644356d096c00
tree4ce0bdc2da57ffbe9c9c45c6862fde22125a55b8
parent8046befce74a2a4e0fe965379e5c9f4c1627aab4
As Mike Fletcher pointed out, a __deepcopy__() method should be called
with the memo as an argument.
Lib/copy.py