Issue 14842: Link to function time() in the docs point to the time module (original) (raw)

Issue14842

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:30 admin set github: 59047
2012-05-18 18:31:02 petri.lehtinen set messages: +
2012-05-18 18:30:22 python-dev set status: open -> closednosy: + python-devmessages: + resolution: fixedstage: needs patch -> resolved
2012-05-18 18:10:05 petri.lehtinen set nosy: + georg.brandlmessages: + 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:56 ezio.melotti set nosy: + ezio.melottitype: enhancementstage: needs patch
2012-05-17 19:50:00 petri.lehtinen create