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 ezio.melotti
Recipients exarkun, ezio.melotti, michael.foord, mrabarnett, olivers, vstinner
Date 2010-03-05.00:00:31
SpamBayes Score 2.6533562e-06
Marked as misclassified No
Message-id <1267747233.72.0.378155290676.issue8064@psf.upfronthosting.co.za>
In-reply-to
Content
A workaround could be using [^\W\d], but this includes some extra chars in the categories Pc, Nl, and No that maybe you don't want. Generate a list of chars in these 3 categories and add them in the regex should be cheaper though.
Since this is not a bug of Python I'll close this issue.
History
Date User Action Args
2010-03-05 00:00:33ezio.melottisetrecipients: + ezio.melotti, exarkun, vstinner, mrabarnett, michael.foord, olivers
2010-03-05 00:00:33ezio.melottisetmessageid: <1267747233.72.0.378155290676.issue8064@psf.upfronthosting.co.za>
2010-03-05 00:00:31ezio.melottilinkissue8064 messages
2010-03-05 00:00:31ezio.melotticreate