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: Invalid link to repr() built-in function description
Type: behavior Stage: resolved
Components: Documentation Versions: Python 2.7
process
Status: closed Resolution: duplicate
Dependencies: Superseder: repr() function link on the built-in function documentation is incorrect
View: 14489
Assigned To: docs@python Nosy List: docs@python, r.david.murray, vrutsky
Priority: normal Keywords:

Created on 2013-03-05 18:12 by vrutsky, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg183538 - (view) Author: Vladimir Rutsky (vrutsky) * Date: 2013-03-05 18:12
References to built-in function repr() links to repr module (http://docs.python.org/2/library/repr.html#module-repr), but must link to description in http://docs.python.org/2/library/functions.html.

It can be at least in http://docs.python.org/2/library/functions.html (link in table at page top).
msg183544 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2013-03-05 18:51
Closing in favor of re-opening issue 14489, which tried to fix this and apparently failed.
History
Date User Action Args
2022-04-11 14:57:42adminsetgithub: 61558
2013-03-05 18:51:23r.david.murraysetstatus: open -> closed

superseder: repr() function link on the built-in function documentation is incorrect

nosy: + r.david.murray
messages: + msg183544
resolution: duplicate
stage: resolved
2013-03-05 18:12:15vrutskycreate