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
68d07822
Commit
68d07822
authored
Nov 20, 1997
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add description for some modules that have been added since this intro
section was last revised...
parent
45e8de72
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
42 additions
and
0 deletions
+42
-0
Doc/lib/libpython.tex
Doc/lib/libpython.tex
+21
-0
Doc/libpython.tex
Doc/libpython.tex
+21
-0
No files found.
Doc/lib/libpython.tex
View file @
68d07822
...
@@ -15,6 +15,9 @@ environment. Here's an overview:
...
@@ -15,6 +15,9 @@ environment. Here's an overview:
\item
[UserDict, UserList]
\item
[UserDict, UserList]
--- Class wrappers for dictionary and list objects.
--- Class wrappers for dictionary and list objects.
\item
[operator]
--- All python's standard operators as built-in functions.
\item
[traceback]
\item
[traceback]
--- Print or retrieve a stack traceback.
--- Print or retrieve a stack traceback.
...
@@ -31,6 +34,9 @@ environment. Here's an overview:
...
@@ -31,6 +34,9 @@ environment. Here's an overview:
--- Convert Python objects to streams of bytes and back (with
--- Convert Python objects to streams of bytes and back (with
different constraints).
different constraints).
\item
[ni]
--- New import (obsolete).
\item
[imp]
\item
[imp]
--- Access the implementation of the
\code
{
import
}
statement.
--- Access the implementation of the
\code
{
import
}
statement.
...
@@ -38,9 +44,24 @@ different constraints).
...
@@ -38,9 +44,24 @@ different constraints).
--- Retrieve and submit parse trees from and to the runtime support
--- Retrieve and submit parse trees from and to the runtime support
environment.
environment.
\item
[keyword]
--- Test whether a string is a keyword in the Python language.
\item
[code]
--- Code object services.
\item
[pprint]
--- Data pretty printer.
\item
[dis]
--- Disassembler.
\item
[site]
\item
[site]
--- A standard way to reference site-specific modules.
--- A standard way to reference site-specific modules.
\item
[user]
--- A standard way to reference user-specific modules.
\item
[__builtin__]
\item
[__builtin__]
--- The set of built-in functions.
--- The set of built-in functions.
...
...
Doc/libpython.tex
View file @
68d07822
...
@@ -15,6 +15,9 @@ environment. Here's an overview:
...
@@ -15,6 +15,9 @@ environment. Here's an overview:
\item
[UserDict, UserList]
\item
[UserDict, UserList]
--- Class wrappers for dictionary and list objects.
--- Class wrappers for dictionary and list objects.
\item
[operator]
--- All python's standard operators as built-in functions.
\item
[traceback]
\item
[traceback]
--- Print or retrieve a stack traceback.
--- Print or retrieve a stack traceback.
...
@@ -31,6 +34,9 @@ environment. Here's an overview:
...
@@ -31,6 +34,9 @@ environment. Here's an overview:
--- Convert Python objects to streams of bytes and back (with
--- Convert Python objects to streams of bytes and back (with
different constraints).
different constraints).
\item
[ni]
--- New import (obsolete).
\item
[imp]
\item
[imp]
--- Access the implementation of the
\code
{
import
}
statement.
--- Access the implementation of the
\code
{
import
}
statement.
...
@@ -38,9 +44,24 @@ different constraints).
...
@@ -38,9 +44,24 @@ different constraints).
--- Retrieve and submit parse trees from and to the runtime support
--- Retrieve and submit parse trees from and to the runtime support
environment.
environment.
\item
[keyword]
--- Test whether a string is a keyword in the Python language.
\item
[code]
--- Code object services.
\item
[pprint]
--- Data pretty printer.
\item
[dis]
--- Disassembler.
\item
[site]
\item
[site]
--- A standard way to reference site-specific modules.
--- A standard way to reference site-specific modules.
\item
[user]
--- A standard way to reference user-specific modules.
\item
[__builtin__]
\item
[__builtin__]
--- The set of built-in functions.
--- The set of built-in functions.
...
...
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