diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2009-11-28 15:55:58 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2009-11-28 15:55:58 (GMT) |
commit | d16f57bf4db4417c8d7a038a0b61bb24461cd64a (patch) | |
tree | f8b2164259eea6a713daf136a1fed649efd0f606 /Misc/NEWS | |
parent | c63392c15205607610957e243824da9baba3f62f (diff) | |
download | cpython-d16f57bf4db4417c8d7a038a0b61bb24461cd64a.zip cpython-d16f57bf4db4417c8d7a038a0b61bb24461cd64a.tar.gz cpython-d16f57bf4db4417c8d7a038a0b61bb24461cd64a.tar.bz2 |
Issue #1515: Enable use of deepcopy() with instance methods. Patch by Robert Collins.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -483,6 +483,9 @@ Core and Builtins Library ------- +- Issue #1515: Enable use of deepcopy() with instance methods. Patch by + Robert Collins. + - Issue #7403: logging: Fixed possible race condition in lock creation. - Issue #6845: Add restart support for binary upload in ftplib. The |