Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c211254

Browse files
committed
Updated the section "Parsing Python".
1 parent 14bf341 commit c211254

2 files changed

Lines changed: 2 additions & 24 deletions

File tree

Doc/lib/libundoc.tex

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -77,24 +77,13 @@ \section{Miscellaneous useful utilities}
7777
\section{Parsing Python}
7878

7979
(One could argue that these should all be documented together with the
80-
parser module; in fact the parser module section already references
81-
the token and symbol modules.)
82-
83-
token.py -- Tokens (from ``token.h'')
84-
85-
symbol.py -- Symbols (from ``graminit.h'')
86-
87-
keyword.py -- Keywords (from ``graminit.c'')
80+
parser module.)
8881

8982
tokenize.py -- regular expression that recognizes Python tokens; also
9083
contains helper code for colorizing Python source code.
9184

9285
pyclbr.py -- Parse a Python file and retrieve classes and methods
9386

94-
code.py -- Deal with Python code objects: code.compile_command() can
95-
determine whether an interactively entered command is complete or not,
96-
distinguishing incomplete from invalid input.
97-
9887

9988
\section{Platform specific modules}
10089

Doc/libundoc.tex

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -77,24 +77,13 @@ \section{Miscellaneous useful utilities}
7777
\section{Parsing Python}
7878

7979
(One could argue that these should all be documented together with the
80-
parser module; in fact the parser module section already references
81-
the token and symbol modules.)
82-
83-
token.py -- Tokens (from ``token.h'')
84-
85-
symbol.py -- Symbols (from ``graminit.h'')
86-
87-
keyword.py -- Keywords (from ``graminit.c'')
80+
parser module.)
8881

8982
tokenize.py -- regular expression that recognizes Python tokens; also
9083
contains helper code for colorizing Python source code.
9184

9285
pyclbr.py -- Parse a Python file and retrieve classes and methods
9386

94-
code.py -- Deal with Python code objects: code.compile_command() can
95-
determine whether an interactively entered command is complete or not,
96-
distinguishing incomplete from invalid input.
97-
9887

9988
\section{Platform specific modules}
10089

0 commit comments

Comments
 (0)