]> granicus.if.org Git - python/commit
Add missing iteritems() call to the for loop in mailbox.MH.get_message().
authorR. David Murray <rdmurray@bitdance.com>
Thu, 2 Apr 2009 14:05:35 +0000 (14:05 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Thu, 2 Apr 2009 14:05:35 +0000 (14:05 +0000)
commit52720c5455c3cfe200988aead6252e60ed507738
treeeca44596ee5c5832ffa886ee6794063a78a2f51c
parente2942d073d4b8a1f9b5f48c73855f409e6b900b2
Add missing iteritems() call to the for loop in mailbox.MH.get_message().

Fixes issue2625.
Lib/mailbox.py
Lib/test/test_mailbox.py
Misc/NEWS