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

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).

----------

_______________________________________
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