[New-bugs-announce] [issue8694] python3 FAQ mentions unicode()

Nathan Phillip Brink report at bugs.python.org
Wed May 12 08:14:31 CEST 2010


New submission from Nathan Phillip Brink <ohnobinki at ohnopublishing.net>:

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.

----------
assignee: docs at python
components: Documentation
messages: 105574
nosy: docs at python, ohnobinki
priority: normal
severity: normal
status: open
title: python3 FAQ mentions unicode()
versions: Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8694>
_______________________________________


More information about the New-bugs-announce mailing list