summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hp.com>2015-07-29 18:14:32 (GMT)
committerRobert Collins <rbtcollins@hp.com>2015-07-29 18:14:32 (GMT)
commitbd4dd54737db2394305745a9cc70981a7ba9eccf (patch)
tree62cae674b245d6e87ff26592c986c9b1a8bcb4fa /Misc
parent111803c0389ff5c68da377dd3c27e30a68c3e2f0 (diff)
downloadcpython-bd4dd54737db2394305745a9cc70981a7ba9eccf.zip
cpython-bd4dd54737db2394305745a9cc70981a7ba9eccf.tar.gz
cpython-bd4dd54737db2394305745a9cc70981a7ba9eccf.tar.bz2
Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8626757..66b8554 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -396,6 +396,8 @@ C API
Documentation
-------------
+- Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan.
+
- Issue #24351: Clarify what is meant by "identifier" in the context of
string.Template instances.