mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Issue #1515: Enable use of deepcopy() with instance methods. Patch by Robert Collins.
This commit is contained in:
parent
c63392c152
commit
d16f57bf4d
4 changed files with 19 additions and 0 deletions
|
@ -145,6 +145,7 @@ Josh Cogliati
|
|||
Dave Cole
|
||||
Benjamin Collar
|
||||
Jeffery Collins
|
||||
Robert Collins
|
||||
Paul Colomiets
|
||||
Matt Conway
|
||||
David M. Cooke
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue