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.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index c7b203d..465c9d0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -58,6 +58,9 @@
 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.