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 georg.brandl
Recipients docs@python, ezio.melotti, georg.brandl, mrabarnett, sjmachin
Date 2012-01-29.14:35:56
SpamBayes Score 4.057546e-05
Marked as misclassified No
Message-id <1327847757.59.0.900675021568.issue13899@psf.upfronthosting.co.za>
In-reply-to
Content
r'[\w]' also matches word chars.  I find that a very useful property, since you can easily build classes like '[\w.]'  It's also impossible to change this without breaking lots of regexes.  It's also explicitly documented, although IMO it's not clear it extends to \A and \Z, since it talks about "character classes".  So this is a docs issue.
History
Date User Action Args
2012-01-29 14:35:57georg.brandlsetrecipients: + georg.brandl, sjmachin, ezio.melotti, mrabarnett, docs@python
2012-01-29 14:35:57georg.brandlsetmessageid: <1327847757.59.0.900675021568.issue13899@psf.upfronthosting.co.za>
2012-01-29 14:35:57georg.brandllinkissue13899 messages
2012-01-29 14:35:56georg.brandlcreate