summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2015-06-09 18:22:44 (GMT)
committerBarry Warsaw <barry@python.org>2015-06-09 18:22:44 (GMT)
commit9380acbbf707d570696ab953489e62173e515b24 (patch)
treeea276245e2c54fcbe83277919c8171c2d9bfea6d /Misc
parent86a60bfb08cd87f570b1330bfbd244ff2cb781f6 (diff)
parent17d5f474238fc753bf4d28d458784a0e2e6d3cd9 (diff)
downloadcpython-9380acbbf707d570696ab953489e62173e515b24.zip
cpython-9380acbbf707d570696ab953489e62173e515b24.tar.gz
cpython-9380acbbf707d570696ab953489e62173e515b24.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/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8be0e13..2b02f1d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -45,6 +45,12 @@ Tests
tp_finalize to avoid reference leaks encountered when combining tp_dealloc
with PyType_FromSpec (see issue #16690 for details)
+Documentation
+-------------
+
+- Issue #24351: Clarify what is meant by "identifier" in the context of
+ string.Template instances.
+
What's New in Python 3.5.0 beta 2?
==================================