#14155: merge note about \b from 3.2.

This commit is contained in:
Ezio Melotti 2012-04-29 04:53:20 +03:00
commit e240947cc0
1 changed files with 3 additions and 0 deletions

View File

@ -417,6 +417,9 @@ accepted by the regular expression parser::
\r \t \v \x
\\
(Note that ``\b`` is used to represent word boundaries, and means "backspace"
only inside character classes.)
Octal escapes are included in a limited form. If the first digit is a 0, or if
there are three octal digits, it is considered an octal escape. Otherwise, it is
a group reference. As for string literals, octal escapes are always at most