]> granicus.if.org Git - python/commitdiff
Remove the "Parsing Python" section. Hurray!
authorFred Drake <fdrake@acm.org>
Thu, 18 Feb 1999 20:39:44 +0000 (20:39 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 18 Feb 1999 20:39:44 +0000 (20:39 +0000)
Doc/lib/libundoc.tex

index a236fe8c266b10a2e5bc30351cdb162e6945cd74..361b9ef83a385dce82c5f129e713e2e2b1f897d4 100644 (file)
@@ -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}