diff options
author | R. David Murray <rdmurray@bitdance.com> | 2009-04-02 19:44:43 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2009-04-02 19:44:43 (GMT) |
commit | 548ac41079c8cf87b91aed5a812bb542b5d603e1 (patch) | |
tree | 92a177d5ae90b654a269f74a22edfddd4189d306 /Misc | |
parent | 0633d760d6db597c563429ad4fc0e92121cb32e6 (diff) | |
download | cpython-548ac41079c8cf87b91aed5a812bb542b5d603e1.zip cpython-548ac41079c8cf87b91aed5a812bb542b5d603e1.tar.gz cpython-548ac41079c8cf87b91aed5a812bb542b5d603e1.tar.bz2 |
In 3k this becomes an items() call.
Merged revisions 71046 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71046 | r.david.murray | 2009-04-02 10:05:35 -0400 (Thu, 02 Apr 2009) | 4 lines
Add missing iteritems() call to the for loop in mailbox.MH.get_message().
Fixes issue2625.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -58,6 +58,9 @@ Core and Builtins Library ------- +- Issue 2625: added missing items() call to the for loop in + mailbox.MH.get_message(). + - Issue #5640: Fix _multibytecodec so that CJK codecs don't repeat error substitutions from non-strict codec error callbacks in incrementalencoder and StreamWriter. |