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: "built-in repr()" function link on the repr module documentation is incorrect
Type: Stage: resolved
Components: Documentation Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, eric.araujo, python-dev, rutsky
Priority: normal Keywords:

Created on 2014-02-09 10:59 by rutsky, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg210748 - (view) Author: Vladimir Rutsky (rutsky) Date: 2014-02-09 10:59
http://docs.python.org/2/library/repr.html page contains several links on built-in function `repr()` (search for "built-in repr()" on page), but links goes to `Repr.repr()` functions of `Repr` module instead of http://docs.python.org/library/functions.html#repr

This is reverse situation to bug described in http://bugs.python.org/issue14489
msg211236 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-02-14 19:10
New changeset 7c47529bda0e by Benjamin Peterson in branch '2.7':
fix links to builtin repr function (closes #20573)
http://hg.python.org/cpython/rev/7c47529bda0e
History
Date User Action Args
2022-04-11 14:57:58adminsetgithub: 64772
2014-02-14 19:10:46python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg211236

resolution: fixed
stage: resolved
2014-02-14 18:52:37eric.araujosetnosy: + eric.araujo
2014-02-09 11:38:37ned.deilysetassignee: docs@python

components: + Documentation
nosy: + docs@python
2014-02-09 10:59:22rutskycreate