This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hdiogenes
Recipients barry, benjamin.peterson, brett.cannon, hdiogenes, rhettinger
Date 2008-06-07.01:48:50
SpamBayes Score 0.022841828
Marked as misclassified No
Message-id <1212803353.18.0.310523140712.issue2848@psf.upfronthosting.co.za>
In-reply-to
Content
Attached a patch to rename all calls to the mimetools-specific 
.getheader() to .get(), which works on both libraries (mimetools and 
email.Message). That eases transition without breaking any tests.
History
Date User Action Args
2008-06-07 01:49:13hdiogenessetspambayes_score: 0.0228418 -> 0.022841828
recipients: + hdiogenes, barry, brett.cannon, rhettinger, benjamin.peterson
2008-06-07 01:49:13hdiogenessetspambayes_score: 0.0228418 -> 0.0228418
messageid: <1212803353.18.0.310523140712.issue2848@psf.upfronthosting.co.za>
2008-06-07 01:49:11hdiogeneslinkissue2848 messages
2008-06-07 01:49:10hdiogenescreate