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 tanbro
Recipients tanbro
Date 2014-04-03.02:40:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396492828.5.0.394825209786.issue21138@psf.upfronthosting.co.za>
In-reply-to
Content
and in line 249, changes:

if isinstance(ctype, unicode):
    ctype = ctype.encode(default_encoding) # omit in 3.x!
History
Date User Action Args
2014-04-03 02:40:28tanbrosetrecipients: + tanbro
2014-04-03 02:40:28tanbrosetmessageid: <1396492828.5.0.394825209786.issue21138@psf.upfronthosting.co.za>
2014-04-03 02:40:28tanbrolinkissue21138 messages
2014-04-03 02:40:28tanbrocreate