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 georg.brandl
Recipients eric.araujo, ezio.melotti, georg.brandl, louiscipher, rhettinger, terry.reedy
Date 2011-09-13.15:26:59
SpamBayes Score 0.0044079027
Marked as misclassified No
Message-id <1315927620.46.0.183825530834.issue12301@psf.upfronthosting.co.za>
In-reply-to
Content
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 {}.
History
Date User Action Args
2011-09-13 15:27:00georg.brandlsetrecipients: + georg.brandl, rhettinger, terry.reedy, ezio.melotti, eric.araujo, louiscipher
2011-09-13 15:27:00georg.brandlsetmessageid: <1315927620.46.0.183825530834.issue12301@psf.upfronthosting.co.za>
2011-09-13 15:26:59georg.brandllinkissue12301 messages
2011-09-13 15:26:59georg.brandlcreate