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 doerwalter
Recipients doerwalter, eryksun, ezio.melotti, jwezel, vstinner
Date 2016-01-19.16:14:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453220040.19.0.43078699804.issue26151@psf.upfronthosting.co.za>
In-reply-to
Content
> Who's talking about latin-1 in Python3? Of course str() needs to return decode('utf-8').

So that would mean that:

   print(b"\xff")

will always fail!
History
Date User Action Args
2016-01-19 16:14:00doerwaltersetrecipients: + doerwalter, vstinner, ezio.melotti, eryksun, jwezel
2016-01-19 16:14:00doerwaltersetmessageid: <1453220040.19.0.43078699804.issue26151@psf.upfronthosting.co.za>
2016-01-19 16:14:00doerwalterlinkissue26151 messages
2016-01-19 16:14:00doerwaltercreate