summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-05-12 09:09:11 (GMT)
committerGeorg Brandl <georg@python.org>2013-05-12 09:09:11 (GMT)
commitce654f48aac8c060ee3188f597e4fb78b2839abb (patch)
treeac5d70691a8aea217dccd26f2072aa2a9353f99c /Misc/NEWS
parenta6df938fefd5b51d85a45cf3f29f60ee7bb21edf (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e3e203f..a062175 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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?
===========================