New submission from Ralph Corderoy <ralph-pythonb...@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: d...@python
components: Documentation
messages: 124097
nosy: d...@python, ralph.corderoy
priority: normal
severity: normal
status: open
title: re module doesn't describe string boundaries for \b

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10713>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to