[Python-checkins] python/dist/src/Doc/lib libre.tex,1.81,1.82

akuchling@sourceforge.net akuchling@sourceforge.net
Wed, 10 Apr 2002 14:28:33 -0700


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

Modified Files:
	libre.tex 
Log Message:
Remove mention of 'pre' module

(2.2 bugfix candidate?)


Index: libre.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libre.tex,v
retrieving revision 1.81
retrieving revision 1.82
diff -C2 -d -r1.81 -r1.82
*** libre.tex	25 Mar 2002 20:22:59 -0000	1.81
--- libre.tex	10 Apr 2002 21:28:31 -0000	1.82
***************
*** 34,46 ****
  string notation.
  
- \strong{Implementation note:}
- The \module{re}\refstmodindex{pre} module has two distinct
- implementations: \module{sre} is the default implementation and
- includes Unicode support, but may run into stack limitations for some
- patterns.  Though this will be fixed for a future release of Python,
- the older implementation (without Unicode support) is still available
- as the \module{pre}\refstmodindex{pre} module.
- 
- 
  \begin{seealso}
    \seetitle{Mastering Regular Expressions}{Book on regular expressions
--- 34,37 ----