[New-bugs-announce] [issue4255] timing module refers to non-existent documentation
Steven D'Aprano
report at bugs.python.org
Mon Nov 3 17:03:03 CET 2008
New submission from Steven D'Aprano <steve at pearwood.info>:
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.
----------
assignee: georg.brandl
components: Documentation
messages: 75466
nosy: georg.brandl, stevenjd
severity: normal
status: open
title: timing module refers to non-existent documentation
versions: Python 2.5
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4255>
_______________________________________
More information about the New-bugs-announce
mailing list