diff options
| author | Georg Brandl <georg@python.org> | 2013-05-12 11:09:11 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2013-05-12 11:09:11 +0200 |
| commit | ce654f48aac8c060ee3188f597e4fb78b2839abb (patch) | |
| tree | ac5d70691a8aea217dccd26f2072aa2a9353f99c /Misc | |
| parent | a6df938fefd5b51d85a45cf3f29f60ee7bb21edf (diff) | |
| download | cpython-git-ce654f48aac8c060ee3188f597e4fb78b2839abb.tar.gz | |
Issue #15535: Fix pickling of named tuples.
Diffstat (limited to 'Misc')
| -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? =========================== |
