]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127647: Add typing.Reader and Writer protocols (#127648)
authorSebastian Rittau <srittau@rittau.biz>
Thu, 6 Mar 2025 15:36:19 +0000 (16:36 +0100)
committerGitHub <noreply@github.com>
Thu, 6 Mar 2025 15:36:19 +0000 (07:36 -0800)
commitc6dd2348ca61436fc1444ecc0343cb24932f6fa7
tree549d12e443ddcdd38425e26ac8896b8ab5780006
parent9c691500f9412ecd8f6221c20984dc7a55a8a9e8
gh-127647: Add typing.Reader and Writer protocols (#127648)
Doc/library/io.rst
Doc/library/typing.rst
Doc/whatsnew/3.14.rst
Lib/_pyio.py
Lib/io.py
Lib/test/test_io.py
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2024-12-05-19-54-16.gh-issue-127647.Xd78Vs.rst [new file with mode: 0644]