[Python-checkins] python/dist/src/Doc/lib libre.tex,1.93,1.94

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Tue, 04 Mar 2003 06:07:55 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv16125

Modified Files:
	libre.tex 
Log Message:
[bug #696771] Remove misleading parenthetical aside


Index: libre.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libre.tex,v
retrieving revision 1.93
retrieving revision 1.94
diff -C2 -d -r1.93 -r1.94
*** libre.tex	3 Dec 2002 18:49:17 -0000	1.93
--- libre.tex	4 Mar 2003 14:07:51 -0000	1.94
***************
*** 314,319 ****
  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.
--- 314,317 ----