[issue12301] Use :data:`sys.thing` instead of ``sys.thing`` throughout

Terry J. Reedy report at bugs.python.org
Sat Aug 6 23:00:20 CEST 2011


Terry J. Reedy <tjreedy at udel.edu> added the comment:

I presume so. I believe ``x`` is meant for general code like ``for thing in group: print(thing)``. While Éric specifically mentioned the :data: role, I presume the same idea applies to :func: and possibly other link-generating roles.

Is there a statement role, so that "effect of the ``global`` statement, " could be changed to link to the global statement doc?

This seems like a great project for a beginning developer to contribute patches.

Georg, do you have any reason to not have markup become more specific?

----------
nosy: +georg.brandl

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12301>
_______________________________________


More information about the Python-bugs-list mailing list