diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2009-05-15 17:04:50 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2009-05-15 17:04:50 (GMT) |
commit | 6e61006cc2dfa6c07fa84126622685769bac635d (patch) | |
tree | 4ec0f42d852421dac3776e533f51278f5259791e /Misc | |
parent | bd3da6b9804fafe6a730883d96bada52388e9835 (diff) | |
download | cpython-6e61006cc2dfa6c07fa84126622685769bac635d.zip cpython-6e61006cc2dfa6c07fa84126622685769bac635d.tar.gz cpython-6e61006cc2dfa6c07fa84126622685769bac635d.tar.bz2 |
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.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -23,6 +23,9 @@ Core and Builtins Library ------- +- Issue #2116: Weak references and weak dictionaries now support copy()ing and + deepcopy()ing. + - Issue #1655: Make imaplib IPv6-capable. Patch by Derek Morr. - Issue #5918: Fix a crash in the parser module. |