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 r.david.murray
Recipients docs@python, r.david.murray, steven.daprano, terry.reedy
Date 2013-07-29.12:27:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375100826.53.0.690909771255.issue18572@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.2.3 (default, Jun 15 2013, 14:13:52) 
[GCC 4.7.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> '\uD80C\uDC80'
'\ud80c\udc80'
>>> '\uD80C\uDC80' == '\U00013080'
False
History
Date User Action Args
2013-07-29 12:27:06r.david.murraysetrecipients: + r.david.murray, terry.reedy, steven.daprano, docs@python
2013-07-29 12:27:06r.david.murraysetmessageid: <1375100826.53.0.690909771255.issue18572@psf.upfronthosting.co.za>
2013-07-29 12:27:06r.david.murraylinkissue18572 messages
2013-07-29 12:27:06r.david.murraycreate