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 ncoghlan
Recipients docs@python, gvanrossum, ncoghlan, vstinner
Date 2014-06-05.11:08:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401966518.75.0.251393153183.issue21667@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-06-05 11:08:38ncoghlansetrecipients: + ncoghlan, gvanrossum, vstinner, docs@python
2014-06-05 11:08:38ncoghlansetmessageid: <1401966518.75.0.251393153183.issue21667@psf.upfronthosting.co.za>
2014-06-05 11:08:38ncoghlanlinkissue21667 messages
2014-06-05 11:08:38ncoghlancreate