Nick Coghlan added the comment:

No, Python doesn't expose Unicode characters in its data model at all, except 
in those cases where a code point happens to correspond directly with a 
character. A length 1 str instance represents a Unicode code point, not a 
Unicode character.

----------

_______________________________________
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