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 mrabarnett
Recipients Arfrever, mrabarnett, r.david.murray, tchrist, terry.reedy
Date 2011-08-13.02:59:32
SpamBayes Score 0.00019005737
Marked as misclassified No
Message-id <1313204373.22.0.540910538039.issue12729@psf.upfronthosting.co.za>
In-reply-to
Content
In a narrow build, a codepoint in the astral plane is encoded as surrogate pair.

I could implement a workaround for it in the regex module, but I think that the proper place to fix it is in the language as a whole, perhaps by implementing PEP 393 ("Flexible String Representation").
History
Date User Action Args
2011-08-13 02:59:33mrabarnettsetrecipients: + mrabarnett, terry.reedy, Arfrever, r.david.murray, tchrist
2011-08-13 02:59:33mrabarnettsetmessageid: <1313204373.22.0.540910538039.issue12729@psf.upfronthosting.co.za>
2011-08-13 02:59:32mrabarnettlinkissue12729 messages
2011-08-13 02:59:32mrabarnettcreate