[issue20573] "built-in repr()" function link on the repr module documentation is incorrect

Vladimir Rutsky report at bugs.python.org
Sun Feb 9 11:59:22 CET 2014


New submission from Vladimir Rutsky:

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

----------
messages: 210748
nosy: rutsky
priority: normal
severity: normal
status: open
title: "built-in repr()" function link on the repr module documentation is incorrect
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20573>
_______________________________________


More information about the Python-bugs-list mailing list