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 akitada, akuchling, amaury.forgeotdarc, collinwinter, ezio.melotti, georg.brandl, gregory.p.smith, jaylogan, jimjjewett, loewis, mark, moreati, mrabarnett, nneonneo, pitrou, r.david.murray, rsc, sjmachin, timehorse, vbr
Date 2010-02-22.23:28:30
SpamBayes Score 1.3309447e-06
Marked as misclassified No
Message-id <1266881311.86.0.170939206918.issue2636@psf.upfronthosting.co.za>
In-reply-to
Content
I don't know what happened there. I didn't notice that the zip file was way too small. Here's a replacement (still called issue2636-20100222.zip).

Unicode script properties are already included, at least those whose definitions at http://www.regular-expressions.info/unicode.html

I haven't notice \X before. I'll have a look at it.

As for \G, .findall performs searches normally, but when using \G it effectively performs contiguous matches only, which can be useful when you need it!
History
Date User Action Args
2010-02-22 23:28:31mrabarnettsetrecipients: + mrabarnett, loewis, akuchling, georg.brandl, collinwinter, gregory.p.smith, jimjjewett, sjmachin, amaury.forgeotdarc, pitrou, nneonneo, rsc, timehorse, mark, vbr, ezio.melotti, jaylogan, akitada, moreati, r.david.murray
2010-02-22 23:28:31mrabarnettsetmessageid: <1266881311.86.0.170939206918.issue2636@psf.upfronthosting.co.za>
2010-02-22 23:28:30mrabarnettlinkissue2636 messages
2010-02-22 23:28:30mrabarnettcreate