commit | 0801d73b1bc54a04a87f052832592d5e474770c4 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Fri May 03 00:59:20 2013 -0700 |
committer | Raymond Hettinger <python@rcn.com> | Fri May 03 00:59:20 2013 -0700 |
tree | 300043c7bb68ebe59eac07f0518f30a131127676 | |
parent | a1fb67175ad74523c5d9b3a076479cd0dc3ef97d [diff] [blame] |
Issue #15535: Fix regression in pickling of named tuples.
diff --git a/Misc/NEWS b/Misc/NEWS index b61bf23..625d300 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -17,6 +17,9 @@ Core and Builtins ----------------- +- Issue #15535: Fixed regression in the pickling of named tuples by + removing the __dict__ property introduced in 2.7.4. + - Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, such as was shipped with Centos 5 and Mac OS X 10.4.