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 ezio.melotti
Recipients doerwalter, eric.smith, ezio.melotti, flox, vstinner
Date 2010-01-07.13:35:56
SpamBayes Score 0.0018680098
Marked as misclassified No
Message-id <1262871359.69.0.326315802597.issue7649@psf.upfronthosting.co.za>
In-reply-to
Content
First patch that makes u'%c' % '\x80' raise a UnicodeDecodeError.

I could reproduce the problem on Linux 32/64bit, Windows 32bit and Python from 2.4 to 2.7. The '\Uffffff80' is returned by wide builds.
History
Date User Action Args
2010-01-07 13:35:59ezio.melottisetrecipients: + ezio.melotti, doerwalter, vstinner, eric.smith, flox
2010-01-07 13:35:59ezio.melottisetmessageid: <1262871359.69.0.326315802597.issue7649@psf.upfronthosting.co.za>
2010-01-07 13:35:56ezio.melottilinkissue7649 messages
2010-01-07 13:35:56ezio.melotticreate