diff options
author | Nicolas Tessore <n.tessore@ucl.ac.uk> | 2023-11-10 07:18:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-10 07:18:52 (GMT) |
commit | baeb7718f8981319c5cb1fbdd46d162ded7964ea (patch) | |
tree | a8921cd9d4d6acdcd2e6cdd1e0b87b95e4a26457 /Misc | |
parent | 289af8612283508b67d7969d7182070381b4349b (diff) | |
download | cpython-baeb7718f8981319c5cb1fbdd46d162ded7964ea.zip cpython-baeb7718f8981319c5cb1fbdd46d162ded7964ea.tar.gz cpython-baeb7718f8981319c5cb1fbdd46d162ded7964ea.tar.bz2 |
gh-111356: io: Add missing documented objects to io.__all__ (#111370)
Add DEFAULT_BUFFER_SIZE, text_encoding, and IncrementalNewlineDecoder.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-10-30-08-50-46.gh-issue-111356.Bc8LvA.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-10-30-08-50-46.gh-issue-111356.Bc8LvA.rst b/Misc/NEWS.d/next/Library/2023-10-30-08-50-46.gh-issue-111356.Bc8LvA.rst new file mode 100644 index 0000000..a821b52 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-10-30-08-50-46.gh-issue-111356.Bc8LvA.rst @@ -0,0 +1 @@ +Added :func:`io.text_encoding()`, :data:`io.DEFAULT_BUFFER_SIZE`, and :class:`io.IncrementalNewlineDecoder` to ``io.__all__``. |