]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111356: io: Add missing documented objects to io.__all__ (GH-111370)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 10 Nov 2023 07:32:41 +0000 (08:32 +0100)
committerGitHub <noreply@github.com>
Fri, 10 Nov 2023 07:32:41 +0000 (07:32 +0000)
commit0e45786a6aed3d70ad346fd95272858da01464b7
treefacf78e7fe7f94ca09318d146a7c3210b3d5ff08
parent226f4bc69234cb64e52c027e548d4a6dc7f8f0c5
gh-111356: io: Add missing documented objects to io.__all__ (GH-111370)

Add DEFAULT_BUFFER_SIZE, text_encoding, and IncrementalNewlineDecoder.
(cherry picked from commit baeb7718f8981319c5cb1fbdd46d162ded7964ea)

Co-authored-by: Nicolas Tessore <n.tessore@ucl.ac.uk>
Lib/io.py
Lib/test/test_io.py
Misc/NEWS.d/next/Library/2023-10-30-08-50-46.gh-issue-111356.Bc8LvA.rst [new file with mode: 0644]