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 georg.brandl, pitrou
Date 2008-08-24.20:49:10
SpamBayes Score 0.0021428969
Marked as misclassified No
Message-id <1219610951.6.0.279342833036.issue3665@psf.upfronthosting.co.za>
In-reply-to
Content
- Check that it also works for chars > 0xFFFF (even in UCS2 builds, at
least when the chars are not part of [character range])
- What does happen with e.g. [\U00010000-\U00010001] on an UCS build?
History
Date User Action Args
2008-08-24 20:49:11pitrousetrecipients: + pitrou, georg.brandl
2008-08-24 20:49:11pitrousetmessageid: <1219610951.6.0.279342833036.issue3665@psf.upfronthosting.co.za>
2008-08-24 20:49:11pitroulinkissue3665 messages
2008-08-24 20:49:10pitroucreate