commit | 51c6b216cbead1e53f77eb501c85270546cde2d5 | [log] [tgz] |
---|---|---|
author | R. David Murray <rdmurray@bitdance.com> | Thu Apr 02 14:09:49 2009 +0000 |
committer | R. David Murray <rdmurray@bitdance.com> | Thu Apr 02 14:09:49 2009 +0000 |
tree | 697e2252a5742fbb7652ef2df0acfa5500a184bd | |
parent | dc362b0b96dc7899944cfc8aea09819d7358549a [diff] |
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. ........