Ezio Melotti <ezio.melo...@gmail.com> added the comment:

``...`` should also be used for common names like True, False, None (no one 
needs links to their doc to see what they are), or, as Éric said, to avoid 
creating links for each occurrence of a name (one such example is the name of a 
module in the page that documents it).

I think that ``getattr(spam, ham)`` could be also written as 
:func:`getattr(spam, ham) <getattr>` in case you want to generate explicitly a 
link to getattr.  However in most of the cases this is not necessary.

----------

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

Reply via email to