summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-02-18 20:39:44 (GMT)
committerFred Drake <fdrake@acm.org>1999-02-18 20:39:44 (GMT)
commit7c829b3179ca44b316664d931513518b7d5ff8a4 (patch)
tree8487d0b2ad2ea3eae04a4b8b5e452bd5dfbfe2df /Doc/lib
parent3d7707a87dc4286268fd167cf0862ddaa53bea9e (diff)
downloadcpython-7c829b3179ca44b316664d931513518b7d5ff8a4.zip
cpython-7c829b3179ca44b316664d931513518b7d5ff8a4.tar.gz
cpython-7c829b3179ca44b316664d931513518b7d5ff8a4.tar.bz2
Remove the "Parsing Python" section. Hurray!
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libundoc.tex15
1 files changed, 0 insertions, 15 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex
index a236fe8..361b9ef 100644
--- a/Doc/lib/libundoc.tex
+++ b/Doc/lib/libundoc.tex
@@ -82,21 +82,6 @@ Some of these are very old and/or not very robust; marked with ``hmm''.
\end{description}
-\section{Parsing Python}
-
-(One could argue that these should all be documented together with the
-parser module.)
-
-\begin{description}
-\item[tokenize.py]
---- regular expression that recognizes Python tokens; also
-contains helper code for colorizing Python source code.
-
-\item[pyclbr.py]
---- Parse a Python file and retrieve classes and methods
-\end{description}
-
-
\section{Platform specific modules}