]> granicus.if.org Git - python/commit
Issue #1100562: Fix deep-copying of objects derived from the list and dict types.
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 4 Sep 2010 17:40:21 +0000 (17:40 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 4 Sep 2010 17:40:21 +0000 (17:40 +0000)
commit3941a8fece7e714583965565795f2986aa203cb1
treee021f726f4c243bd475371e7300b82b8d16106d9
parente5a9101519ded4efc38611d2f93594f3fe04147f
Issue #1100562: Fix deep-copying of objects derived from the list and dict types.
Patch by Michele Orrù and Björn Lindqvist.
Lib/copy.py
Lib/test/test_copy.py
Misc/NEWS