]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-71019: document which objects connect_read_pipe/connect_write_pipe accept and...
authorKumar Aditya <kumaraditya@python.org>
Tue, 14 Jul 2026 07:31:14 +0000 (13:01 +0530)
committerGitHub <noreply@github.com>
Tue, 14 Jul 2026 07:31:14 +0000 (13:01 +0530)
commit7fb315b0cd53277c6191b4bfd8019f999d49f1f0
tree87605e83463a1ecd69fcdbd64c12301e4763f221
parent2fc3c4d47dff722758c76686f657d5ecdd922551
gh-71019: document which objects connect_read_pipe/connect_write_pipe accept and add tests (#153660)
Doc/library/asyncio-eventloop.rst
Doc/library/asyncio-platforms.rst
Lib/asyncio/proactor_events.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_windows_events.py