commit | 3941a8fece7e714583965565795f2986aa203cb1 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Sep 04 17:40:21 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Sep 04 17:40:21 2010 +0000 |
tree | e021f726f4c243bd475371e7300b82b8d16106d9 | |
parent | e5a9101519ded4efc38611d2f93594f3fe04147f [diff] |
Issue #1100562: Fix deep-copying of objects derived from the list and dict types. Patch by Michele Orrù and Björn Lindqvist.