commit | 6e61006cc2dfa6c07fa84126622685769bac635d | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri May 15 17:04:50 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri May 15 17:04:50 2009 +0000 |
tree | 4ec0f42d852421dac3776e533f51278f5259791e | |
parent | bd3da6b9804fafe6a730883d96bada52388e9835 [diff] |
Merged revisions 72669 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72669 | antoine.pitrou | 2009-05-15 18:54:52 +0200 (ven., 15 mai 2009) | 3 lines Issue #2116: Weak references and weak dictionaries now support copy()ing and deepcopy()ing. ........