From: Fred Drake Date: Thu, 18 Feb 1999 20:39:44 +0000 (+0000) Subject: Remove the "Parsing Python" section. Hurray! X-Git-Tag: v1.5.2c1~317 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c829b3179ca44b316664d931513518b7d5ff8a4;p=python Remove the "Parsing Python" section. Hurray! --- diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index a236fe8c26..361b9ef83a 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}