diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-10-04 07:23:04 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-10-04 07:23:04 (GMT) |
commit | ffd41d9f101e31973b8713e884c95118fceb6f59 (patch) | |
tree | 3b549e20b5cf09244789f6e6f67a7dce2fad75b4 /Misc | |
parent | 1efb33a6823b94739e59d6e2fe92e8e703a7fc7d (diff) | |
download | cpython-ffd41d9f101e31973b8713e884c95118fceb6f59.zip cpython-ffd41d9f101e31973b8713e884c95118fceb6f59.tar.gz cpython-ffd41d9f101e31973b8713e884c95118fceb6f59.tar.bz2 |
Issue #7689: Allow pickling of dynamically created classes when their
metaclass is registered with copyreg. Patch by Nicolas M. Thiéry and
Craig Citro.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 2 | ||||
-rw-r--r-- | Misc/NEWS | 4 |
2 files changed, 6 insertions, 0 deletions
@@ -164,6 +164,7 @@ Anders Chrigström Tom Christiansen Vadim Chugunov David Cinege +Craig Citro Mike Clarkson Andrew Clegg Brad Clements @@ -881,6 +882,7 @@ Anatoly Techtonik Mikhail Terekhov Richard M. Tew Tobias Thelen +Nicolas M. Thiéry James Thomas Robin Thomas Stephen Thorne @@ -36,6 +36,10 @@ Core and Builtins Library ------- +- Issue #7689: Allow pickling of dynamically created classes when their + metaclass is registered with copyreg. Patch by Nicolas M. Thiéry and Craig + Citro. + - Issue #4147: minidom's toprettyxml no longer adds whitespace to text nodes. - Issue #13034: When decoding some SSL certificates, the subjectAltName |