]> granicus.if.org Git - python/commit
Merged revisions 84495-84497 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 4 Sep 2010 17:49:13 +0000 (17:49 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 4 Sep 2010 17:49:13 +0000 (17:49 +0000)
commitce111caaeb9ae6cf3c04dfdc26cc4e53f015f31d
treebd6c69abb37da6d5e9757ecb181624b35ab5cb87
parent5c78edae51aa087ed8f1468769f86f47b62eec6e
Merged revisions 84495-84497 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84495 | antoine.pitrou | 2010-09-04 19:40:21 +0200 (sam., 04 sept. 2010) | 4 lines

  Issue #1100562: Fix deep-copying of objects derived from the list and dict types.
  Patch by Michele Orrù and Björn Lindqvist.
........
  r84496 | antoine.pitrou | 2010-09-04 19:40:51 +0200 (sam., 04 sept. 2010) | 3 lines

  Fix Björn's name in ACKS.
........
  r84497 | antoine.pitrou | 2010-09-04 19:46:44 +0200 (sam., 04 sept. 2010) | 3 lines

  Fix running the copy module from the command-line (however use{ful,less} it may be).
........
Lib/copy.py
Lib/test/test_copy.py
Misc/ACKS
Misc/NEWS