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.
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: + msg161072 |
| 2012年05月18日 18:30:22 | python-dev | set | status: open -> closed nosy: + python-dev messages: + msg161071 resolution: fixed stage: needs patch -> resolved |
| 2012年05月18日 18:10:05 | petri.lehtinen | set | nosy:
+ 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:56 | ezio.melotti | set | nosy:
+ ezio.melotti type: enhancement stage: needs patch |
| 2012年05月17日 19:50:00 | petri.lehtinen | create | |