Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
0e3438c0
Commit
0e3438c0
authored
Oct 06, 1997
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated the section "Parsing Python".
parent
f283366c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
24 deletions
+2
-24
Doc/lib/libundoc.tex
Doc/lib/libundoc.tex
+1
-12
Doc/libundoc.tex
Doc/libundoc.tex
+1
-12
No files found.
Doc/lib/libundoc.tex
View file @
0e3438c0
...
...
@@ -77,24 +77,13 @@ ihooks.py -- Import hook support (for ni and rexec)
\section
{
Parsing Python
}
(One could argue that these should all be documented together with the
parser module; in fact the parser module section already references
the token and symbol modules.)
token.py -- Tokens (from ``token.h'')
symbol.py -- Symbols (from ``graminit.h'')
keyword.py -- Keywords (from ``graminit.c'')
parser module.)
tokenize.py -- regular expression that recognizes Python tokens; also
contains helper code for colorizing Python source code.
pyclbr.py -- Parse a Python file and retrieve classes and methods
code.py -- Deal with Python code objects: code.compile
_
command() can
determine whether an interactively entered command is complete or not,
distinguishing incomplete from invalid input.
\section
{
Platform specific modules
}
...
...
Doc/libundoc.tex
View file @
0e3438c0
...
...
@@ -77,24 +77,13 @@ ihooks.py -- Import hook support (for ni and rexec)
\section
{
Parsing Python
}
(One could argue that these should all be documented together with the
parser module; in fact the parser module section already references
the token and symbol modules.)
token.py -- Tokens (from ``token.h'')
symbol.py -- Symbols (from ``graminit.h'')
keyword.py -- Keywords (from ``graminit.c'')
parser module.)
tokenize.py -- regular expression that recognizes Python tokens; also
contains helper code for colorizing Python source code.
pyclbr.py -- Parse a Python file and retrieve classes and methods
code.py -- Deal with Python code objects: code.compile
_
command() can
determine whether an interactively entered command is complete or not,
distinguishing incomplete from invalid input.
\section
{
Platform specific modules
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment