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.

Author eric.araujo
Recipients docs@python, eric.araujo
Date 2010-11-01.23:54:54
SpamBayes Score 1.7504268e-05
Marked as misclassified No
Message-id <1288655696.94.0.809001507215.issue10289@psf.upfronthosting.co.za>
In-reply-to
Content
At the top of Doc/library/functions.rst, which documents built-in functions like abs, getattr or hash, a comment reads “document all delegations to __special__ methods”.

Some functions are already good: enumerate for instance does link to the definition of iterator and hints about the __next__ method, format points to __format__, etc.  They can serve as example for how to add links (in plain text and in the global index).
History
Date User Action Args
2010-11-01 23:54:57eric.araujosetrecipients: + eric.araujo, docs@python
2010-11-01 23:54:56eric.araujosetmessageid: <1288655696.94.0.809001507215.issue10289@psf.upfronthosting.co.za>
2010-11-01 23:54:55eric.araujolinkissue10289 messages
2010-11-01 23:54:54eric.araujocreate