[issue8671] A small erorr on http://docs.python.org/library/re.html

2010-05-09 Thread Eric Smith
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 _

[issue8671] A small erorr on http://docs.python.org/library/re.html

2010-05-09 Thread bones7456
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