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 vstinner
Recipients dholth, pitrou, r.david.murray, serhiy.storchaka, vstinner
Date 2013-07-18.22:04:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwb9FP6TvPbPzx2bKHqQhZPeLvK+W6B5oM6pByoH4Ngi9g@mail.gmail.com>
In-reply-to <1374184661.92.0.294639601488.issue18373@psf.upfronthosting.co.za>
Content
> Python 3 is supposed to make it easier to do Unicode correctly. str(bytes) does not.

str(bytes) does not make sense, that's why an exception is raised when
the -bb command line option is used ;-)
History
Date User Action Args
2013-07-18 22:04:27vstinnersetrecipients: + vstinner, pitrou, r.david.murray, dholth, serhiy.storchaka
2013-07-18 22:04:27vstinnerlinkissue18373 messages
2013-07-18 22:04:27vstinnercreate