mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Declare the "util" module obsolete.
This commit is contained in:
parent
b269302695
commit
4d5c87ba11
1 changed files with 3 additions and 3 deletions
|
@ -145,9 +145,6 @@ library
|
|||
\item[sched.py]
|
||||
--- event scheduler class
|
||||
|
||||
\item[util.py]
|
||||
--- useful functions that don't fit elsewhere
|
||||
|
||||
\item[tzparse.py]
|
||||
--- Parse a timezone specification (unfinished)
|
||||
\end{description}
|
||||
|
@ -195,6 +192,9 @@ func.func_name, co.co_firstlineno).
|
|||
--- Measure time intervals to high resolution (use
|
||||
\function{time.clock()} instead). (This is an extension module.)
|
||||
|
||||
\item[util.py]
|
||||
--- Useful functions that don't fit elsewhere.
|
||||
|
||||
\item[whatsound.py]
|
||||
--- Recognize sound files; use \refmodule{sndhdr} instead.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue