mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
Issue #6477: Added support for pickling the types of built-in singletons.
This commit is contained in:
parent
f8ceb04fcf
commit
19b6fa6ebb
6 changed files with 58 additions and 4 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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue