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 ajaksu2, effbot, gmarketer, lemburg, loewis, mrabarnett
Date 2010-02-25.23:49:46
SpamBayes Score 6.9986476e-07
Marked as misclassified No
Message-id <1267141789.15.0.229833219859.issue1528154@psf.upfronthosting.co.za>
In-reply-to
Content
\p{name} is supported for Unicode properties, scripts and blocks in my regex module (see issue #2636).

It also supports the POSIX set syntax, although I'm not sure that we really need to have 2 ways of doing it, eg \p{Alpha} and [[:Alpha:]].
History
Date User Action Args
2010-02-25 23:49:49mrabarnettsetrecipients: + mrabarnett, lemburg, loewis, effbot, ajaksu2, gmarketer
2010-02-25 23:49:49mrabarnettsetmessageid: <1267141789.15.0.229833219859.issue1528154@psf.upfronthosting.co.za>
2010-02-25 23:49:47mrabarnettlinkissue1528154 messages
2010-02-25 23:49:47mrabarnettcreate