[issue14842] Link to function time() in the docs point to the time module

2012-05-18 Thread Petri Lehtinen
Petri Lehtinen added the comment: Georg: Nevermind, I got help from #python-dev :) -- ___ Python tracker ___ ___ Python-bugs-list mai

[issue14842] Link to function time() in the docs point to the time module

2012-05-18 Thread Roundup Robot
Roundup Robot added the comment: 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 mo

[issue14842] Link to function time() in the docs point to the time module

2012-05-18 Thread Petri Lehtinen
Petri Lehtinen added the comment: 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? --