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-04.04:58:01
SpamBayes Score 0.10943231
Marked as misclassified No
Message-id <1212555486.5.0.989282575895.issue2848@psf.upfronthosting.co.za>
In-reply-to
Content
I'm sending a patch that removes mimetools from urllib and test_urllib. It 
now returns an email.message.Message instead of mimetools.Message.

I also moved some imports to the top of the file. If that's a problem, I 
can send another patch.
History
Date User Action Args
2008-06-04 04:58:07hdiogenessetspambayes_score: 0.109432 -> 0.10943231
recipients: + hdiogenes, barry, brett.cannon, rhettinger, benjamin.peterson
2008-06-04 04:58:06hdiogenessetspambayes_score: 0.109432 -> 0.109432
messageid: <1212555486.5.0.989282575895.issue2848@psf.upfronthosting.co.za>
2008-06-04 04:58:05hdiogeneslinkissue2848 messages
2008-06-04 04:58:04hdiogenescreate