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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, pitrou, vstinner
Date 2010-09-09.19:11:25
SpamBayes Score 0.004679848
Marked as misclassified No
Message-id <1284059488.0.0.980547090597.issue9804@psf.upfronthosting.co.za>
In-reply-to
Content
I agree with the feature and the patch, with two minor nits:
- Py_UCS4 should be used in place of "unsigned long"
- "*p >= 0xD800" is the most selective test and should be the first
History
Date User Action Args
2010-09-09 19:11:28amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, pitrou, vstinner
2010-09-09 19:11:28amaury.forgeotdarcsetmessageid: <1284059488.0.0.980547090597.issue9804@psf.upfronthosting.co.za>
2010-09-09 19:11:25amaury.forgeotdarclinkissue9804 messages
2010-09-09 19:11:25amaury.forgeotdarccreate