diff options
author | Alexandre Vassalotti <alexandre@peadrop.com> | 2013-11-30 21:52:35 (GMT) |
---|---|---|
committer | Alexandre Vassalotti <alexandre@peadrop.com> | 2013-11-30 21:52:35 (GMT) |
commit | 896414fedf5e882345aca177d63da72bf6d8209a (patch) | |
tree | 561c2d1ce67206d64ae15ec79a28fe868efcce4f /Misc | |
parent | 1a83070d9e5e6f88fb422d442ad88574db63cb93 (diff) | |
download | cpython-896414fedf5e882345aca177d63da72bf6d8209a.zip cpython-896414fedf5e882345aca177d63da72bf6d8209a.tar.gz cpython-896414fedf5e882345aca177d63da72bf6d8209a.tar.bz2 |
Fixed _pickle.Unpickler to handle empty persistent IDs correctly.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -21,6 +21,9 @@ Library - Issue #19088: Fixed incorrect caching of the copyreg module in object.__reduce__() and object.__reduce_ex__(). +- Fixed _pickle.Unpickler to not fail when loading empty strings as + persistent IDs. + - Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with virtual interface. Original patch by Kent Frazier. |