[issue24314] irrelevant cross-link in documentation of user-defined functions

2016-06-18 Thread Martin Panter
Martin Panter added the comment: I also backported most of my changes to 2.7, although __name__ wasn’t originally linking to anything at all there. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 3.4 ___

[issue24314] irrelevant cross-link in documentation of user-defined functions

2016-06-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1ed4e4a168bb by Martin Panter in branch '2.7': Issue #24314: Add links for general attributes like __name__, __dict__ https://hg.python.org/cpython/rev/1ed4e4a168bb New changeset 4c361e189747 by Martin Panter in branch '3.5': Issue #24314: Fix doc l

[issue24314] irrelevant cross-link in documentation of user-defined functions

2015-05-28 Thread Martin Panter
Martin Panter added the comment: I think the proper way to suppress the link is :attr:`!__name__`. However I am posting a patch which takes a different approach. I tweaked some of the entries under that also apply to funct

[issue24314] irrelevant cross-link in documentation of user-defined functions

2015-05-28 Thread July Tikhonov
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__ a