summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2009-11-28 15:58:27 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2009-11-28 15:58:27 (GMT)
commit1fc0d2b364b144e501615cf82e998beb87733607 (patch)
treec1c1c81def7ee308624314b0367b9845d969e0a0 /Misc
parent38478d8654115de4f3d1964b59f892deebbdb728 (diff)
downloadcpython-1fc0d2b364b144e501615cf82e998beb87733607.zip
cpython-1fc0d2b364b144e501615cf82e998beb87733607.tar.gz
cpython-1fc0d2b364b144e501615cf82e998beb87733607.tar.bz2
Merged revisions 76571 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r76571 | antoine.pitrou | 2009-11-28 16:55:58 +0100 (sam., 28 nov. 2009) | 3 lines Issue #1515: Enable use of deepcopy() with instance methods. Patch by Robert Collins. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 0442244..89a5fc4 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -144,6 +144,7 @@ Josh Cogliati
Dave Cole
Benjamin Collar
Jeffery Collins
+Robert Collins
Paul Colomiets
Matt Conway
David M. Cooke
diff --git a/Misc/NEWS b/Misc/NEWS
index 4ca20ed..3abf192 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -140,6 +140,9 @@ C-API
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