commit | 7393c69d6da61c3756ec424d709f6cfdd2866e3e | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Mon May 27 10:58:55 2013 -0700 |
committer | Raymond Hettinger <python@rcn.com> | Mon May 27 10:58:55 2013 -0700 |
tree | 62bbc8c8b8bc9b262279ae850fd459b90d87e4be | |
parent | 16c52a337644e0223c2004168551ff2ba7884cb7 [diff] [blame] |
Issue #18015: Fix unpickling of 2.7.3 and 2.7.4 namedtuples.
diff --git a/Misc/NEWS b/Misc/NEWS index 8fdc881..13f7cc3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -19,6 +19,8 @@ - Issue #17981: Closed socket on error in SysLogHandler. +- Issue #18015: Fix unpickling of 2.7.3 and 2.7.4 namedtuples. + - Issue #17754: Make ctypes.util.find_library() independent of the locale. - Fix typos in the multiprocessing module.