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: Link to function time() in the docs point to the time module
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.2, Python 3.3, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, ezio.melotti, georg.brandl, petri.lehtinen, python-dev
Priority: normal Keywords: easy

Created on 2012-05-17 19:50 by petri.lehtinen, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (4)
msg161010 - (view) Author: Petri Lehtinen (petri.lehtinen) * (Python committer) Date: 2012-05-17 19:50
The link currently points to the time module. It should point to the time.time() function.
msg161070 - (view) Author: Petri Lehtinen (petri.lehtinen) * (Python committer) Date: 2012-05-18 18:10
Seems that at least all links to the time() function in the time module point to the module (top of the module page) instead of the function.

All references use the :func: role, so this must be an issue in Sphinx.

Georg: Do you have a clue about this?
msg161071 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-05-18 18:30
New changeset 40900f791469 by Petri Lehtinen in branch '2.7':
Fix time.time() references in the time module docs
http://hg.python.org/cpython/rev/40900f791469

New changeset d15f01b0c1a0 by Petri Lehtinen in branch '3.2':
Fix time.time() references in the time module docs
http://hg.python.org/cpython/rev/d15f01b0c1a0

New changeset 6286dd856252 by Petri Lehtinen in branch 'default':
Fix time.time() references in the time module docs
http://hg.python.org/cpython/rev/6286dd856252
msg161072 - (view) Author: Petri Lehtinen (petri.lehtinen) * (Python committer) Date: 2012-05-18 18:31
Georg: Nevermind, I got help from #python-dev :)
History
Date User Action Args
2022-04-11 14:57:30adminsetgithub: 59047
2012-05-18 18:31:02petri.lehtinensetmessages: + msg161072
2012-05-18 18:30:22python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg161071

resolution: fixed
stage: needs patch -> resolved
2012-05-18 18:10:05petri.lehtinensetnosy: + georg.brandl

messages: + msg161070
title: Link to time.time() in the docs of time.localtime() is wrong -> Link to function time() in the docs point to the time module
2012-05-17 23:15:56ezio.melottisetnosy: + ezio.melotti

type: enhancement
stage: needs patch
2012-05-17 19:50:00petri.lehtinencreate