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
bcd548bd
Commit
bcd548bd
authored
Feb 17, 2006
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update "undocumented modules" section.
parent
b86a54f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
+10
-8
Doc/lib/libundoc.tex
Doc/lib/libundoc.tex
+10
-8
No files found.
Doc/lib/libundoc.tex
View file @
bcd548bd
...
...
@@ -134,6 +134,9 @@ now just as good).
\item
[\module{poly}]
--- Polynomials.
\item
[\module{rand}]
--- Old interface to the random number generator.
\item
[\module{regex}]
--- Emacs-style regular expression support; may still be used in some
old code (extension module). Refer to the
...
...
@@ -146,6 +149,10 @@ with \module{regex} (extension module). Refer to the
\citetitle
[http://www.python.org/doc/1.6/lib/module-regsub.html]
{
Python
1.6 Documentation
}
for documentation.
\item
[\module{statcache}]
--- Caches the results of os.stat(). Using the cache can be fragile
and error-prone, just use
\code
{
os.stat()
}
directly.
\item
[\module{tb}]
--- Print tracebacks, with a dump of local variables (use
\function
{
pdb.pm()
}
or
\refmodule
{
traceback
}
instead).
...
...
@@ -165,6 +172,9 @@ not set).
\item
[\module{whatsound}]
--- Recognize sound files; use
\refmodule
{
sndhdr
}
instead.
\item
[\module{whrandom}]
--- Old random number generator. Use
\module
{
random
}
instead.
\item
[\module{zmod}]
--- Compute properties of mathematical ``fields.''
\end{description}
...
...
@@ -195,14 +205,6 @@ archive.
--- Import modules in ``packages.'' Basic package support is now
built in. The built-in support is very similar to what is provided in
this module.
\item
[\module{rand}]
--- Old interface to the random number generator.
\item
[\module{soundex}]
--- Algorithm for collapsing names which sound similar to a shared
key. The specific algorithm doesn't seem to match any published
algorithm. (This is an extension module.)
\end{description}
...
...
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