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-06.22:32:12
SpamBayes Score 5.0177346e-07
Marked as misclassified No
Message-id <1312669932.93.0.967770212171.issue12301@psf.upfronthosting.co.za>
In-reply-to
Content
For global there's :keyword:.  Also note that :data: should be used for module-level variables (or constant) not for attributes of e.g. classes and instances.

If there are other ``...`` that can be fixed (even using something else like e.g. :func: or :meth:), they should be fixed as well, but apparently ``...`` was often misused instead of :data: (maybe :data: was a recent addition).
History
Date User Action Args
2011-08-06 22:32:12ezio.melottisetrecipients: + ezio.melotti, georg.brandl, terry.reedy, eric.araujo, louiscipher
2011-08-06 22:32:12ezio.melottisetmessageid: <1312669932.93.0.967770212171.issue12301@psf.upfronthosting.co.za>
2011-08-06 22:32:12ezio.melottilinkissue12301 messages
2011-08-06 22:32:12ezio.melotticreate