[issue12301] Use :role:`sys.thing` instead of ``sys.thing`` throughout
Georg Brandl
report at bugs.python.org
Tue Sep 13 17:27:00 CEST 2011
Georg Brandl <georg at python.org> added the comment:
Basically, :class:`!Foo` has no advantage over ``Foo``. The no-linking syntax is really only there for completeness, but I would prefer the plainer and easier to read (in source) ``Foo``.
For files, :file: really only has an advantage if you do something with the information that it's a file (which we don't, currently), or if you use the special feature that you can embed variable parts with {}.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12301>
_______________________________________
More information about the Python-bugs-list
mailing list