This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: timing module refers to non-existent documentation
Type: Stage:
Components: Documentation Versions: Python 2.5
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: benjamin.peterson, georg.brandl, mishok13, steven.daprano
Priority: normal Keywords:

Created on 2008-11-03 16:03 by steven.daprano, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg75466 - (view) Author: Steven D'Aprano (steven.daprano) * (Python committer) Date: 2008-11-03 16:03
import timing
help(timing) 
=> MODULE DOCS
    http://www.python.org/doc/current/lib/module-timing.html

but there doesn't appear to be any such page: the URL gives Error 404: 
File Not Found. Searching the reference library for "timing" doesn't 
find anything that looks relevant.
msg75467 - (view) Author: Andrii V. Mishkovskyi (mishok13) Date: 2008-11-03 16:10
Well, it's listed in "Undocumented modules":
http://docs.python.org/library/undoc.html#obsolete
so I wouldn't call this a bug.
msg75471 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-11-03 16:36
Agreed. This is a deprecated module and is gone in Python 3.0.
History
Date User Action Args
2022-04-11 14:56:40adminsetgithub: 48505
2008-11-03 16:36:17benjamin.petersonsetstatus: open -> closed
nosy: + benjamin.peterson
resolution: wont fix
messages: + msg75471
2008-11-03 16:10:12mishok13setnosy: + mishok13
messages: + msg75467
2008-11-03 16:03:02steven.dapranocreate