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 cmcqueen1975
Recipients cmcqueen1975, docs@python
Date 2010-07-08.06:36:44
SpamBayes Score 0.0019651772
Marked as misclassified No
Message-id <1278571007.55.0.304215462236.issue9195@psf.upfronthosting.co.za>
In-reply-to
Content
I stumbled across "Template Strings" of PEP 292 by accident recently. I'd never heard of it before.

I'm familiar with the "string interpolation" aka "String Formatting Operations", and I know to find that in the docs under "Standard Types", i.e.
http://docs.python.org/library/stdtypes.html#string-formatting-operations
http://docs.python.org/py3k/library/stdtypes.html#old-string-formatting-operations

It would be good for that documentation to mention "Template Strings", and include a cross-reference to the docs for it, since it was created as an alternative string formatting. I.e. cross-reference to
http://docs.python.org/library/string.html#template-strings
http://docs.python.org/py3k/library/string.html#template-strings
History
Date User Action Args
2010-07-08 06:36:48cmcqueen1975setrecipients: + cmcqueen1975, docs@python
2010-07-08 06:36:47cmcqueen1975setmessageid: <1278571007.55.0.304215462236.issue9195@psf.upfronthosting.co.za>
2010-07-08 06:36:45cmcqueen1975linkissue9195 messages
2010-07-08 06:36:44cmcqueen1975create