Remove the xmllib module that was obsolete.

This commit is contained in:
Neal Norwitz 2007-04-17 08:39:58 +00:00
parent e6c6e3d9c5
commit 53855c6495
6 changed files with 1 additions and 1271 deletions

View file

@ -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( ... )