New submission from July Tikhonov:

https://docs.python.org/3/reference/datamodel.html#the-standard-type-hierarchy

There is a table of "special attributes" of user-defined functions. The 
__name__ attribute name is a link, but it leads to something quite irrelevant: 
the description of __name__ attribute of imported modules.

In Doc/reference/datamodel.rst, there is nothing special about __name__ 
attribute, so it looks like some random spasm of Sphinx creating links here and 
there. My knowledge of rst is not sufficient to suppress it.

----------
assignee: docs@python
components: Documentation
messages: 244301
nosy: docs@python, july
priority: normal
severity: normal
status: open
title: irrelevant cross-link in documentation of user-defined functions
type: behavior
versions: Python 3.4, Python 3.5, Python 3.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24314>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to