summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2015-06-09 18:20:31 (GMT)
committerBarry Warsaw <barry@python.org>2015-06-09 18:20:31 (GMT)
commit17d5f474238fc753bf4d28d458784a0e2e6d3cd9 (patch)
tree6b0299f8bf3bb5df7ffdb3af59f60124bb894cc7 /Misc
parentf330d536910735ffa54f0fab136c04dbd0ee49dd (diff)
downloadcpython-17d5f474238fc753bf4d28d458784a0e2e6d3cd9.zip
cpython-17d5f474238fc753bf4d28d458784a0e2e6d3cd9.tar.gz
cpython-17d5f474238fc753bf4d28d458784a0e2e6d3cd9.tar.bz2
- Issue #24351: Clarify what is meant by "identifier" in the context of
string.Template instances.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index dada469..b2f4960 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -323,6 +323,9 @@ C API
Documentation
-------------
+- Issue #24351: Clarify what is meant by "identifier" in the context of
+ string.Template instances.
+
- Issue #22155: Add File Handlers subsection with createfilehandler to tkinter
doc. Remove obsolete example from FAQ. Patch by Martin Panter.