[Python-checkins] python/dist/src/Doc/lib libre.tex,1.98,1.99

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sat, 03 May 2003 03:59:15 -0700


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

Modified Files:
	libre.tex 
Log Message:
Use \versionchanged, not \versionadded.


Index: libre.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libre.tex,v
retrieving revision 1.98
retrieving revision 1.99
diff -C2 -d -r1.98 -r1.99
*** libre.tex	3 May 2003 10:57:53 -0000	1.98
--- libre.tex	3 May 2003 10:59:13 -0000	1.99
***************
*** 916,920 ****
  You can often restructure your regular expression to avoid recursion.
  
! \versionadded[Simple uses of the \regexp{*?} pattern are now
  special-cased to avoid recursion.  Thus, the above regular expression
  can avoid recursion by being recast as \regexp{Begin [a-zA-Z0-9_ ]*?end}.
--- 916,920 ----
  You can often restructure your regular expression to avoid recursion.
  
! \versionchanged[Simple uses of the \regexp{*?} pattern are now
  special-cased to avoid recursion.  Thus, the above regular expression
  can avoid recursion by being recast as \regexp{Begin [a-zA-Z0-9_ ]*?end}.