Add missing iteritems() call to the for loop in mailbox.MH.get_message().
commitfc68831314155d2e9df4312efca49f8ce90bd8d0
authorr.david.murray <r.david.murray@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 2 Apr 2009 14:05:35 +0000 (2 14:05 +0000)
committerr.david.murray <r.david.murray@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 2 Apr 2009 14:05:35 +0000 (2 14:05 +0000)
tree153d02b69562ce2bbeb13c899fccb473aacbfa31
parente972ce9cd0e844b6e4647dbd259c1f94396cbf24
Add missing iteritems() call to the for loop in mailbox.MH.get_message().

Fixes issue2625.

git-svn-id: http://svn.python.org/projects/python/trunk@71046 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/mailbox.py
Lib/test/test_mailbox.py
Misc/NEWS