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

Terry J. Reedy report at bugs.python.org
Mon Aug 8 20:09:45 CEST 2011


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

Changing ``x`` to :data:`x` adds 4 chars.
Changing ``x()`` to :func:`x` justs adds 2.
If I were to review, I would prefer that the additions not trigger cascading line rewraps.

----------

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


More information about the Python-bugs-list mailing list