Eric Smith added the comment:
Fixed in:
trunk: r81026
release26-maint: r81027
It was already correct in py3k and release31-maint.
Thanks!
--
nosy: +eric.smith
resolution: -> accepted
stage: -> committed/rejected
status: open -> closed
versions: +Python 2.7
_
New submission from bones7456 :
In section \b , original text is:
Matches the empty string, but only at the beginning or end of a word. A word is
defined as a sequence of alphanumeric or underscore characters, so the end of a
word is indicated by whitespace or a non-alphanumeric, non-underscor