summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-07-29 18:04:36 (GMT)
committerJason R. Coombs <jaraco@jaraco.com>2015-07-29 18:04:36 (GMT)
commit842c07414e336dce7a9ec74e1b7cedae2f7dd5ad (patch)
treee6e54be95cf1193815b2e53463c25a4d68fe85f6 /Misc
parentd8de44b6b3b36ec76154e7107891106451d6e7de (diff)
downloadcpython-842c07414e336dce7a9ec74e1b7cedae2f7dd5ad.zip
cpython-842c07414e336dce7a9ec74e1b7cedae2f7dd5ad.tar.gz
cpython-842c07414e336dce7a9ec74e1b7cedae2f7dd5ad.tar.bz2
Issue #24729: Correct reference to open function.
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 8626757..63c0c71 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -396,6 +396,9 @@ C API
Documentation
-------------
+- Issue #24729: Correct IO tutorial to match implementation regarding
+ encoding parameter to open function.
+
- Issue #24351: Clarify what is meant by "identifier" in the context of
string.Template instances.