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 sayap
Recipients barry, brian.curtin, dlchambers, ishimoto, r.david.murray, sayap, tim.golden
Date 2012-08-22.01:17:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345598254.6.0.0710228259437.issue15207@psf.upfronthosting.co.za>
In-reply-to
Content
On Python 2.7, I need to add this to the original diff by Dave, in the same try-except block:

mimetype = mimetype.encode(default_encoding) # omit in 3.x!
History
Date User Action Args
2012-08-22 01:17:34sayapsetrecipients: + sayap, barry, ishimoto, tim.golden, r.david.murray, brian.curtin, dlchambers
2012-08-22 01:17:34sayapsetmessageid: <1345598254.6.0.0710228259437.issue15207@psf.upfronthosting.co.za>
2012-08-22 01:17:34sayaplinkissue15207 messages
2012-08-22 01:17:33sayapcreate