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 ezio.melotti
Recipients eric.araujo, ezio.melotti, georg.brandl, louiscipher, terry.reedy
Date 2011-08-08.14:42:56
SpamBayes Score 0.0012360971
Marked as misclassified No
Message-id <1312814576.91.0.570362181871.issue12301@psf.upfronthosting.co.za>
In-reply-to
Content
``...`` 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.
History
Date User Action Args
2011-08-08 14:42:56ezio.melottisetrecipients: + ezio.melotti, georg.brandl, terry.reedy, eric.araujo, louiscipher
2011-08-08 14:42:56ezio.melottisetmessageid: <1312814576.91.0.570362181871.issue12301@psf.upfronthosting.co.za>
2011-08-08 14:42:56ezio.melottilinkissue12301 messages
2011-08-08 14:42:56ezio.melotticreate