mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Remove the "Parsing Python" section. Hurray!
This commit is contained in:
parent
3d7707a87d
commit
7c829b3179
1 changed files with 0 additions and 15 deletions
|
@ -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}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue