diff options
author | Raymond Hettinger <python@rcn.com> | 2013-05-03 09:24:15 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2013-05-03 09:24:15 (GMT) |
commit | b98dcc1f5307789c3c42af701f81147e240b90ff (patch) | |
tree | 48af503a1d85a5fe05b75d5e49be258f69fb449d /Misc/NEWS | |
parent | 8e596a765cf323cbd2ba31b15f2939f903d87913 (diff) | |
download | cpython-b98dcc1f5307789c3c42af701f81147e240b90ff.zip cpython-b98dcc1f5307789c3c42af701f81147e240b90ff.tar.gz cpython-b98dcc1f5307789c3c42af701f81147e240b90ff.tar.bz2 |
Issue #15535: Fix pickling of named tuples.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -47,6 +47,9 @@ Library - Issue #17802: Fix an UnboundLocalError in html.parser. Initial tests by Thomas Barlow. +- Issue #15535: Fix namedtuple pickles which were picking up the OrderedDict + instead of just the underlying tuple. + - Issue #17192: Restore the patch for Issue #11729 which was ommitted in 3.3.1 when updating the bundled version of libffi used by ctypes. Update many libffi files that were missed in 3.3.1's update to libffi-3.0.13. |