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 ralph.corderoy
Recipients docs@python, ralph.corderoy
Date 2010-12-16.01:05:32
SpamBayes Score 0.0004423369
Marked as misclassified No
Message-id <1292461535.35.0.85810781117.issue10713@psf.upfronthosting.co.za>
In-reply-to
Content
The re module defines \b in a regexp to need \w one side and \W the other.  What about when the end of the string or line is involved?  perlre(1) says that's treated as a \W.  Python should precisely document that case too.
History
Date User Action Args
2010-12-16 01:05:35ralph.corderoysetrecipients: + ralph.corderoy, docs@python
2010-12-16 01:05:35ralph.corderoysetmessageid: <1292461535.35.0.85810781117.issue10713@psf.upfronthosting.co.za>
2010-12-16 01:05:33ralph.corderoylinkissue10713 messages
2010-12-16 01:05:32ralph.corderoycreate