Message9087

Author zyasoft
Recipients yecril71pl, zyasoft
Date 2014-10-06.03:01:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412564483.61.0.0808547814461.issue2191@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed with the recent Unicode changes in trunk:

>>> import re
>>> re.compile(u"%c-\U0001FFFE" % (0xD800))
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ValueError: unpaired surrogate 0xd800 at code unit 0
History
Date User Action Args
2014-10-06 03:01:23zyasoftsetmessageid: <1412564483.61.0.0808547814461.issue2191@psf.upfronthosting.co.za>
2014-10-06 03:01:23zyasoftsetrecipients: + zyasoft, yecril71pl
2014-10-06 03:01:23zyasoftlinkissue2191 messages
2014-10-06 03:01:23zyasoftcreate