New submission from Craig McQueen <pyt...@craig.mcqueen.id.au>:

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

----------
assignee: d...@python
components: Documentation
messages: 109515
nosy: cmcqueen1975, d...@python
priority: normal
severity: normal
status: open
title: Link in docs from "String Formatting Operations" to "Template Strings"
versions: Python 2.7, Python 3.1, Python 3.2, Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9195>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to