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, louiscipher, terry.reedy
Date 2011-08-06.17:00:57
SpamBayes Score 0.010357229
Marked as misclassified No
Message-id <1312650057.83.0.729030040288.issue12301@psf.upfronthosting.co.za>
In-reply-to
Content
Nope, ``...`` can be used for generic pieces of code, whereas e.g. :data:`sys.stdout` indicates that stdout is a "data" attribute of the sys module.
If you use :data:`...` and rebuild the doc (cd Doc/; make html), you will see that e.g. sys.stdout will be then a link to the sys.html page.
History
Date User Action Args
2011-08-06 17:00:57ezio.melottisetrecipients: + ezio.melotti, terry.reedy, eric.araujo, louiscipher
2011-08-06 17:00:57ezio.melottisetmessageid: <1312650057.83.0.729030040288.issue12301@psf.upfronthosting.co.za>
2011-08-06 17:00:57ezio.melottilinkissue12301 messages
2011-08-06 17:00:57ezio.melotticreate