]> granicus.if.org Git - python/commitdiff
[bug #696771] Remove misleading parenthetical aside
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 4 Mar 2003 14:07:51 +0000 (14:07 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 4 Mar 2003 14:07:51 +0000 (14:07 +0000)
Doc/lib/libre.tex

index 7482b9c26e394815d01f91ff242ea5c64a488dcf..0b0f477c50f2ecd1387884da7ab215626f068b9b 100644 (file)
@@ -313,8 +313,6 @@ the space after the group).  This special sequence can only be used to
 match one of the first 99 groups.  If the first digit of \var{number}
 is 0, or \var{number} is 3 octal digits long, it will not be interpreted
 as a group match, but as the character with octal value \var{number}.
-(There is a group 0, which is the entire matched pattern, but it can't
-be referenced with \regexp{\e 0}; instead, use \regexp{\e g<0>}.)
 Inside the \character{[} and \character{]} of a character class, all numeric
 escapes are treated as characters.