commit | d16f57bf4db4417c8d7a038a0b61bb24461cd64a | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Nov 28 15:55:58 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Nov 28 15:55:58 2009 +0000 |
tree | f8b2164259eea6a713daf136a1fed649efd0f606 | |
parent | c63392c15205607610957e243824da9baba3f62f [diff] [blame] |
Issue #1515: Enable use of deepcopy() with instance methods. Patch by Robert Collins.
diff --git a/Misc/NEWS b/Misc/NEWS index e915e29..2d6b7f0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -483,6 +483,9 @@ 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