diff options
author | Alexandre Vassalotti <alexandre@peadrop.com> | 2013-12-01 21:26:32 (GMT) |
---|---|---|
committer | Alexandre Vassalotti <alexandre@peadrop.com> | 2013-12-01 21:26:32 (GMT) |
commit | 5a63aa62cad6e6cc9fbf422de54e4e0d735ec991 (patch) | |
tree | f1c91a74e0a2d7715f59fff7e2e638ef0f44f101 /Misc | |
parent | 5abca14b00224c37ad4fc8d6373d2d240680cb69 (diff) | |
parent | 5c1c3b4f197c57952760be37d77d73669284a607 (diff) | |
download | cpython-5a63aa62cad6e6cc9fbf422de54e4e0d735ec991.zip cpython-5a63aa62cad6e6cc9fbf422de54e4e0d735ec991.tar.gz cpython-5a63aa62cad6e6cc9fbf422de54e4e0d735ec991.tar.bz2 |
Issue #11480: Merge with 3.3.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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). |