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 sonnq
Recipients sonnq
Date 2007-12-25.17:08:03
SpamBayes Score 0.018444965
Marked as misclassified No
Message-id <1198602484.7.0.730850744576.issue1700@psf.upfronthosting.co.za>
In-reply-to
Content
There is an inconsistency in handling RE inline flags ( e.g. '(?iu)' ) 
when pattern consists of some unicode characters, for example 
characters in range from '\u1ea0' to '\u1ef9'.

Please see code attached for a demonstration of the problem.
Files
File name Uploaded
re_unicode_flag.py sonnq, 2007-12-25.17:08:03
History
Date User Action Args
2007-12-25 17:08:05sonnqsetspambayes_score: 0.018445 -> 0.018444965
recipients: + sonnq
2007-12-25 17:08:04sonnqsetspambayes_score: 0.018445 -> 0.018445
messageid: <1198602484.7.0.730850744576.issue1700@psf.upfronthosting.co.za>
2007-12-25 17:08:04sonnqlinkissue1700 messages
2007-12-25 17:08:04sonnqcreate