Nick Coghlan added the comment:

Saying that ord() and chr() switch between characters and code points is just 
plain wrong, since characters may be represented as multiple code points.

We may also want to explicitly note that the Unicode normalisation is 
implementation dependendent, and that CPython doesn't normalise implicitly 
except where specifically noted (i.e. during lexical analysis).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21667>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to