Issue #1515: Enable use of deepcopy() with instance methods. Patch by Robert Collins.

This commit is contained in:
Antoine Pitrou 2009-11-28 15:55:58 +00:00
parent c63392c152
commit d16f57bf4d
4 changed files with 19 additions and 0 deletions

View file

@ -145,6 +145,7 @@ Josh Cogliati
Dave Cole
Benjamin Collar
Jeffery Collins
Robert Collins
Paul Colomiets
Matt Conway
David M. Cooke

View file

@ -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