diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-10-04 07:25:28 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-10-04 07:25:28 (GMT) |
commit | 5a688dbf97f1537d3f2309bfe6be93dab2f10ce0 (patch) | |
tree | 669b73365df94fcb787c7dfe0edaf43e9e4a33d6 /Misc | |
parent | 29f43f7368115c47c97acff02816a680c3ebd73e (diff) | |
parent | ffd41d9f101e31973b8713e884c95118fceb6f59 (diff) | |
download | cpython-5a688dbf97f1537d3f2309bfe6be93dab2f10ce0.zip cpython-5a688dbf97f1537d3f2309bfe6be93dab2f10ce0.tar.gz cpython-5a688dbf97f1537d3f2309bfe6be93dab2f10ce0.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
@@ -174,6 +174,7 @@ Anders Chrigström Tom Christiansen Vadim Chugunov David Cinege +Craig Citro Mike Clarkson Andrew Clegg Brad Clements @@ -941,6 +942,7 @@ Anatoly Techtonik Mikhail Terekhov Richard M. Tew Tobias Thelen +Nicolas M. Thiéry James Thomas Robin Thomas Stephen Thorne @@ -294,6 +294,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 |