diff options
author | Alexandre Vassalotti <alexandre@peadrop.com> | 2013-12-01 00:06:39 (GMT) |
---|---|---|
committer | Alexandre Vassalotti <alexandre@peadrop.com> | 2013-12-01 00:06:39 (GMT) |
commit | 19b6fa6ebb887e498437b4ae87d6e70b92b4742b (patch) | |
tree | 06c58ae3259eb7bead5356406c4fc7fefa0e34d9 /Misc | |
parent | f8ceb04fcfb2fac63c832639442e69d8902a48b8 (diff) | |
download | cpython-19b6fa6ebb887e498437b4ae87d6e70b92b4742b.zip cpython-19b6fa6ebb887e498437b4ae87d6e70b92b4742b.tar.gz cpython-19b6fa6ebb887e498437b4ae87d6e70b92b4742b.tar.bz2 |
Issue #6477: Added support for pickling the types of built-in singletons.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -24,6 +24,9 @@ Library - Fixed _pickle.Unpickler to not fail when loading empty strings as persistent IDs. +- Issue #6477: Added support for pickling the types of built-in singletons + (i.e., Ellipsis, NotImplemented, None). + - Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with virtual interface. Original patch by Kent Frazier. |