[New-bugs-announce] [issue10713] re module doesn't describe string boundaries for \b
Ralph Corderoy
report at bugs.python.org
Thu Dec 16 02:05:35 CET 2010
New submission from Ralph Corderoy <ralph-pythonbugs at inputplus.co.uk>:
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.
----------
assignee: docs at python
components: Documentation
messages: 124097
nosy: docs at python, ralph.corderoy
priority: normal
severity: normal
status: open
title: re module doesn't describe string boundaries for \b
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10713>
_______________________________________
More information about the New-bugs-announce
mailing list