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
73d0fd75
Commit
73d0fd75
authored
Feb 11, 1998
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Split UserDict and UserList on two separate lines; added entries for
modules symbol and token.
parent
f8c08e99
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
2 deletions
+16
-2
Doc/lib/libpython.tex
Doc/lib/libpython.tex
+8
-1
Doc/libpython.tex
Doc/libpython.tex
+8
-1
No files found.
Doc/lib/libpython.tex
View file @
73d0fd75
...
...
@@ -12,7 +12,8 @@ environment. Here's an overview:
\item
[types]
--- Names for all built-in types.
\item
[UserDict, UserList]
\item
[UserDict]
\item
[UserList]
--- Class wrappers for dictionary and list objects.
\item
[operator]
...
...
@@ -47,6 +48,12 @@ different constraints).
--- Retrieve and submit parse trees from and to the runtime support
environment.
\item
[symbol]
--- Constants representing internal nodes of the parse tree.
\item
[token]
--- Constants representing terminal nodes of the parse tree.
\item
[keyword]
--- Test whether a string is a keyword in the Python language.
...
...
Doc/libpython.tex
View file @
73d0fd75
...
...
@@ -12,7 +12,8 @@ environment. Here's an overview:
\item
[types]
--- Names for all built-in types.
\item
[UserDict, UserList]
\item
[UserDict]
\item
[UserList]
--- Class wrappers for dictionary and list objects.
\item
[operator]
...
...
@@ -47,6 +48,12 @@ different constraints).
--- Retrieve and submit parse trees from and to the runtime support
environment.
\item
[symbol]
--- Constants representing internal nodes of the parse tree.
\item
[token]
--- Constants representing terminal nodes of the parse tree.
\item
[keyword]
--- Test whether a string is a keyword in the Python language.
...
...
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