mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Remove the xmllib module that was obsolete.
This commit is contained in:
parent
e6c6e3d9c5
commit
53855c6495
6 changed files with 1 additions and 1271 deletions
|
@ -522,8 +522,7 @@ then the module functions are probably more convenient. If a program
|
|||
contains a lot of regular expressions, or re-uses the same ones in
|
||||
several locations, then it might be worthwhile to collect all the
|
||||
definitions in one place, in a section of code that compiles all the
|
||||
REs ahead of time. To take an example from the standard library,
|
||||
here's an extract from \file{xmllib.py}:
|
||||
REs ahead of time. To take an example from the standard library:
|
||||
|
||||
\begin{verbatim}
|
||||
ref = re.compile( ... )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue