]> granicus.if.org Git - python/commit
SF patch 707900, fixing bug 702858, by Steven Taschuk.
authorGuido van Rossum <guido@python.org>
Fri, 13 Jun 2003 19:28:47 +0000 (19:28 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 13 Jun 2003 19:28:47 +0000 (19:28 +0000)
commit99d2c251df4782c52c3e1cb89064374af39ecb46
treed50963ae51d6285c621c5840a23024bbeaf68588
parent097da0dc012d8c8164a043eee8f4b9622bc7b843
SF patch 707900, fixing bug 702858, by Steven Taschuk.
Copying a new-style class that had a reference to itself didn't work.
(The same thing worked fine for old-style classes.)
Lib/copy.py
Lib/test/test_copy.py
Misc/NEWS