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 ohnobinki
Recipients docs@python, ohnobinki
Date 2010-05-12.06:14:27
SpamBayes Score 0.00033823017
Marked as misclassified No
Message-id <1273644871.8.0.754393677422.issue8694@psf.upfronthosting.co.za>
In-reply-to
Content
http://docs.python.org/py3k/faq/programming.html#what-does-unicodeerror-ascii-decoding-encoding-error-ordinal-not-in-range-128-mean

When I try to use unicode() from within python3, the call fails. I would actually expect that the FAQ should contain more information concerning the merging of the unicode and str classes. It would be nice if, when this FAQ entry is updated, there is a short discussion on making the code compatible with both python2 and python3, as it appears that's the only way python3 adaption will ever happen.
History
Date User Action Args
2010-05-12 06:14:32ohnobinkisetrecipients: + ohnobinki, docs@python
2010-05-12 06:14:31ohnobinkisetmessageid: <1273644871.8.0.754393677422.issue8694@psf.upfronthosting.co.za>
2010-05-12 06:14:28ohnobinkilinkissue8694 messages
2010-05-12 06:14:27ohnobinkicreate