summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAlexandre Vassalotti <alexandre@peadrop.com>2013-12-01 21:26:32 (GMT)
committerAlexandre Vassalotti <alexandre@peadrop.com>2013-12-01 21:26:32 (GMT)
commit5a63aa62cad6e6cc9fbf422de54e4e0d735ec991 (patch)
treef1c91a74e0a2d7715f59fff7e2e638ef0f44f101 /Misc
parent5abca14b00224c37ad4fc8d6373d2d240680cb69 (diff)
parent5c1c3b4f197c57952760be37d77d73669284a607 (diff)
downloadcpython-5a63aa62cad6e6cc9fbf422de54e4e0d735ec991.zip
cpython-5a63aa62cad6e6cc9fbf422de54e4e0d735ec991.tar.gz
cpython-5a63aa62cad6e6cc9fbf422de54e4e0d735ec991.tar.bz2
Issue #11480: Merge with 3.3.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7bfce3f..4a837d4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -33,6 +33,9 @@ Library
- Fixed _pickle.Unpickler to not fail when loading empty strings as
persistent IDs.
+- Issue #11480: Fixed copy.copy to work with classes with custom metaclasses.
+ Patch by Daniel Urban.
+
- Issue #6477: Added support for pickling the types of built-in singletons
(i.e., Ellipsis, NotImplemented, None).