[issue24351] string.Template documentation incorrectly references "identifiers"

2015-06-14 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- stage: needs patch -> resolved ___ Python tracker ___ ___ Python-bugs-list mailing

[issue24351] string.Template documentation incorrectly references "identifiers"

2015-06-09 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list

[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-09 Thread Tal Einat
Tal Einat added the comment: +1 for keeping the current behavior and fixing the docs. -- nosy: +taleinat ___ Python tracker ___ ___ Py

[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 ``"iden

[issue24351] string.Template documentation incorrectly references "identifiers"

2015-06-04 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- assignee: docs@python -> barry nosy: +barry ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue24351] string.Template documentation incorrectly references "identifiers"

2015-06-01 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- stage: -> needs patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[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