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
90ed07ad
Commit
90ed07ad
authored
Nov 02, 1998
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved zmod and poly descriptions to the Obsolete section.
parent
c0f94bf0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
Doc/lib/libundoc.tex
Doc/lib/libundoc.tex
+11
-11
No files found.
Doc/lib/libundoc.tex
View file @
90ed07ad
...
@@ -182,9 +182,6 @@ library
...
@@ -182,9 +182,6 @@ library
\item
[packmail.py]
\item
[packmail.py]
--- create a self-unpacking
\UNIX
{}
shell archive
--- create a self-unpacking
\UNIX
{}
shell archive
\item
[poly.py]
--- Polynomials
\item
[sched.py]
\item
[sched.py]
--- event scheduler class
--- event scheduler class
...
@@ -194,9 +191,6 @@ library
...
@@ -194,9 +191,6 @@ library
\item
[util.py]
\item
[util.py]
--- useful functions that don't fit elsewhere
--- useful functions that don't fit elsewhere
\item
[zmod.py]
--- Compute properties of mathematical "fields"
\item
[tzparse.py]
\item
[tzparse.py]
--- Parse a timezone specification (unfinished)
--- Parse a timezone specification (unfinished)
\end{description}
\end{description}
...
@@ -218,6 +212,11 @@ possibly using \envvar{PYTHONPATH}.
...
@@ -218,6 +212,11 @@ possibly using \envvar{PYTHONPATH}.
\item
[addpack.py]
\item
[addpack.py]
--- standard support for "packages"
--- standard support for "packages"
\item
[codehack.py]
--- Extract function name or line number from a function
code object (these are now accessible as attributes: co.co
_
name,
func.func
_
name, co.co
_
firstlineno).
\item
[fmt.py]
\item
[fmt.py]
--- text formatting abstractions (too slow)
--- text formatting abstractions (too slow)
...
@@ -228,18 +227,19 @@ possibly using \envvar{PYTHONPATH}.
...
@@ -228,18 +227,19 @@ possibly using \envvar{PYTHONPATH}.
--- wrapper around FCNTL file locking (use
--- wrapper around FCNTL file locking (use
\function
{
fcntl.lockf()
}
/
\function
{
flock()
}
intead)
\function
{
fcntl.lockf()
}
/
\function
{
flock()
}
intead)
\item
[poly.py]
--- Polynomials
\item
[tb.py]
\item
[tb.py]
--- Print tracebacks, with a dump of local variables (use
--- Print tracebacks, with a dump of local variables (use
\function
{
pdb.pm()
}
or
\module
{
traceback
}
instead)
\function
{
pdb.pm()
}
or
\module
{
traceback
}
instead)
\item
[codehack.py]
--- Extract function name or line number from a function
code object (these are now accessible as attributes: co.co
_
name,
func.func
_
name, co.co
_
firstlineno).
\item
[timingmodule]
\item
[timingmodule]
--- Measure time intervals to high resolution (use
--- Measure time intervals to high resolution (use
\function
{
time.clock()
}
instead). (This is an extension module.)
\function
{
time.clock()
}
instead). (This is an extension module.)
\item
[zmod.py]
--- Compute properties of mathematical "fields"
\end{description}
\end{description}
The following modules were documented in previous versions of this
The following modules were documented in previous versions of this
...
...
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