]> granicus.if.org Git - python/commit
Apply the same change to classes without an __getinitargs__() method
authorGuido van Rossum <guido@python.org>
Sun, 7 Dec 1997 16:18:22 +0000 (16:18 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 7 Dec 1997 16:18:22 +0000 (16:18 +0000)
commitc5d2d517000bf71c4afc1775c30d97c8d395e2b1
treef28d7e9fa8bf5e5a809ac1a682373473c9b4cc23
parente907208b306a1b0882ae052176c72ff371475297
Apply the same change to classes without an __getinitargs__() method
as in pickle: the new instance is created without calling __init__().
Lib/copy.py