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 ned.deily
Recipients ghaering, jeremybanks, ned.deily
Date 2011-07-15.06:47:43
SpamBayes Score 8.132994e-06
Marked as misclassified No
Message-id <1310712464.52.0.705966131833.issue12569@psf.upfronthosting.co.za>
In-reply-to
Content
0xD800 does not represent a valid Unicode character; it's a surrogate code point (see http://en.wikipedia.org/wiki/Mapping_of_Unicode_characters#Surrogates).  If you use a code point that does represent a Unicode character, say 0xA800, there is no error.  If there is a bug here, it's that the Python 2 version does not report an error for this edge case.
History
Date User Action Args
2011-07-15 06:47:44ned.deilysetrecipients: + ned.deily, ghaering, jeremybanks
2011-07-15 06:47:44ned.deilysetmessageid: <1310712464.52.0.705966131833.issue12569@psf.upfronthosting.co.za>
2011-07-15 06:47:43ned.deilylinkissue12569 messages
2011-07-15 06:47:43ned.deilycreate