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 ishimoto
Recipients georg.brandl, ishimoto, pitrou, timehorse
Date 2010-07-11.05:09:47
SpamBayes Score 0.00019873542
Marked as misclassified No
Message-id <1278824992.16.0.0748569749169.issue3665@psf.upfronthosting.co.za>
In-reply-to
Content
Here's an updated patch for py3k branch. 
As per Georg's comment, I added to check codepoint in the character 
ranges, conversion to the surrogate pairs. I also added check to raise 
exception if codepoint > 0x10ffff.
I with to English speakers to fix error messages in the patch.
History
Date User Action Args
2010-07-11 05:09:52ishimotosetrecipients: + ishimoto, georg.brandl, pitrou, timehorse
2010-07-11 05:09:52ishimotosetmessageid: <1278824992.16.0.0748569749169.issue3665@psf.upfronthosting.co.za>
2010-07-11 05:09:51ishimotolinkissue3665 messages
2010-07-11 05:09:50ishimotocreate