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.

classification
Title: Fix code highlight in the string.Template example
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.2, Python 3.3, Python 3.4, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ezio.melotti Nosy List: berker.peksag, docs@python, ezio.melotti, python-dev
Priority: normal Keywords: patch

Created on 2013-02-21 10:22 by berker.peksag, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
string_template_highlight.diff berker.peksag, 2013-02-21 10:22 review
Messages (3)
msg182584 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2013-02-21 10:22
See for the current version:

http://docs.python.org/3.4/library/string.html#string.Template.template
msg182585 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-02-21 10:36
New changeset 943ea41d3ceb by Ezio Melotti in branch '2.7':
#17265: fix highlight in template example.  Initial patch by Berker Peksag.
http://hg.python.org/cpython/rev/943ea41d3ceb

New changeset 1b9de5788698 by Ezio Melotti in branch '3.2':
#17265: fix highlight in template example.  Initial patch by Berker Peksag.
http://hg.python.org/cpython/rev/1b9de5788698

New changeset 0e2d89f34ae5 by Ezio Melotti in branch '3.3':
#17265: merge with 3.2.
http://hg.python.org/cpython/rev/0e2d89f34ae5

New changeset a11ddd687a0b by Ezio Melotti in branch 'default':
#17265: merge with 3.3.
http://hg.python.org/cpython/rev/a11ddd687a0b
msg182586 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2013-02-21 10:36
Fixed, thanks for the report and the patch!
History
Date User Action Args
2022-04-11 14:57:42adminsetgithub: 61467
2013-02-21 10:36:54ezio.melottisetstatus: open -> closed

type: enhancement
assignee: docs@python -> ezio.melotti

nosy: + ezio.melotti
messages: + msg182586
resolution: fixed
stage: resolved
2013-02-21 10:36:10python-devsetnosy: + python-dev
messages: + msg182585
2013-02-21 10:22:53berker.peksagcreate