mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Remove mention of 'pre' module
(2.2 bugfix candidate?)
This commit is contained in:
parent
7fd1c8c880
commit
2854c478be
1 changed files with 0 additions and 9 deletions
|
@ -33,15 +33,6 @@ while \code{"\e n"} is a one-character string containing a newline.
|
||||||
Usually patterns will be expressed in Python code using this raw
|
Usually patterns will be expressed in Python code using this raw
|
||||||
string notation.
|
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}
|
\begin{seealso}
|
||||||
\seetitle{Mastering Regular Expressions}{Book on regular expressions
|
\seetitle{Mastering Regular Expressions}{Book on regular expressions
|
||||||
by Jeffrey Friedl, published by O'Reilly. The Python
|
by Jeffrey Friedl, published by O'Reilly. The Python
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue