mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Deprecate the timing module for removal in Python 3.0.
This commit is contained in:
parent
ac861b5a17
commit
bb141bb1f4
3 changed files with 8 additions and 0 deletions
|
@ -213,6 +213,8 @@ extensions.
|
|||
|
||||
:mod:`timing`
|
||||
--- Measure time intervals to high resolution (use :func:`time.clock` instead).
|
||||
|
||||
.. warning:: The :mod:`timing` module has been removed in Python 3.0.
|
||||
|
||||
|
||||
SGI-specific Extension modules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue