diff options
author | Georg Brandl <georg@python.org> | 2013-05-12 09:09:11 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-05-12 09:09:11 (GMT) |
commit | ce654f48aac8c060ee3188f597e4fb78b2839abb (patch) | |
tree | ac5d70691a8aea217dccd26f2072aa2a9353f99c /Misc/NEWS | |
parent | a6df938fefd5b51d85a45cf3f29f60ee7bb21edf (diff) | |
download | cpython-ce654f48aac8c060ee3188f597e4fb78b2839abb.zip cpython-ce654f48aac8c060ee3188f597e4fb78b2839abb.tar.gz cpython-ce654f48aac8c060ee3188f597e4fb78b2839abb.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
@@ -16,6 +16,9 @@ Library - Issue #17666: Fix reading gzip files with an extra field. +- Issue #15535: Fix namedtuple pickles which were picking up the OrderedDict + instead of just the underlying tuple. + What's New in Python 3.2.4? =========================== |