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 pitrou
Recipients pitrou, vstinner
Date 2010-09-08.21:47:47
SpamBayes Score 0.008091824
Marked as misclassified No
Message-id <1283982469.78.0.773368120322.issue9804@psf.upfronthosting.co.za>
In-reply-to
Content
This is on an UCS-2 py3k build:

>>> ascii('\U00012FFF')
"'\\U00012fff'"
>>> ascii('\U0001D121')
"'\\ud834\\udd21'"
History
Date User Action Args
2010-09-08 21:47:49pitrousetrecipients: + pitrou, vstinner
2010-09-08 21:47:49pitrousetmessageid: <1283982469.78.0.773368120322.issue9804@psf.upfronthosting.co.za>
2010-09-08 21:47:47pitroulinkissue9804 messages
2010-09-08 21:47:47pitroucreate