[issue24351] string.Template documentation incorrectly references identifiers

2015-06-09 Thread Barry A. Warsaw
Changes by Barry A. Warsaw ba...@python.org: -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24351 ___

[issue24351] string.Template documentation incorrectly references identifiers

2015-06-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 20bf84cd38bc by Barry Warsaw in branch '3.4': - Issue #24351: Clarify what is meant by identifier in the context of https://hg.python.org/cpython/rev/20bf84cd38bc New changeset 0fa48f581fe3 by Barry Warsaw in branch '3.5': - Issue #24351: Clarify

[issue24351] string.Template documentation incorrectly references identifiers

2015-06-05 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: Rather than change the code, which strives to keep the Simple in PEP 292's title, I'd rather just update the documentation to define what identifier means here. E.g. * ``$identifier`` names a substitution placeholder matching a mapping key of

[issue24351] string.Template documentation incorrectly references identifiers

2015-06-04 Thread Raymond Hettinger
Changes by Raymond Hettinger raymond.hettin...@gmail.com: -- assignee: docs@python - barry nosy: +barry ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24351 ___

[issue24351] string.Template documentation incorrectly references identifiers

2015-06-01 Thread July Tikhonov
New submission from July Tikhonov: Documentation of Template says: $identifier names a substitution placeholder matching a mapping key of identifier. By default, identifier must spell a Python identifier. The first non-identifier character after the $ character terminates this placeholder

[issue24351] string.Template documentation incorrectly references identifiers

2015-06-01 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- stage: - needs patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24351 ___ ___