diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-07-29 18:04:36 (GMT) |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-07-29 18:04:36 (GMT) |
commit | 842c07414e336dce7a9ec74e1b7cedae2f7dd5ad (patch) | |
tree | e6e54be95cf1193815b2e53463c25a4d68fe85f6 /Misc | |
parent | d8de44b6b3b36ec76154e7107891106451d6e7de (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |