diff options
author | R. David Murray <rdmurray@bitdance.com> | 2009-04-02 14:05:35 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2009-04-02 14:05:35 (GMT) |
commit | 52720c5455c3cfe200988aead6252e60ed507738 (patch) | |
tree | eca44596ee5c5832ffa886ee6794063a78a2f51c /Misc | |
parent | e2942d073d4b8a1f9b5f48c73855f409e6b900b2 (diff) | |
download | cpython-52720c5455c3cfe200988aead6252e60ed507738.zip cpython-52720c5455c3cfe200988aead6252e60ed507738.tar.gz cpython-52720c5455c3cfe200988aead6252e60ed507738.tar.bz2 |
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
@@ -202,6 +202,9 @@ Core and Builtins Library ------- +- Issue 2625: added missing iteritems() call to the for loop in + mailbox.MH.get_message(). + - Issue 5585: Add the ability to call an initializer to mulitiprocessing.manager so that users can install custonm handlers/etc. |