]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94984: Add mode parameter to asyncio create_unix_server() (#155086) main
authorSam Bull <git@sambull.org>
Mon, 3 Aug 2026 15:42:16 +0000 (16:42 +0100)
committerGitHub <noreply@github.com>
Mon, 3 Aug 2026 15:42:16 +0000 (21:12 +0530)
commit1617cbe1dc16db302d708c321b7b0a1579a382c9
tree321ca31a167fd4a8b8ae4eb4dc0f1578d262db64
parent910e584e1733f1cfff17553b340258c31bc74ccd
gh-94984: Add mode parameter to asyncio create_unix_server() (#155086)
Doc/library/asyncio-eventloop.rst
Doc/library/asyncio-stream.rst
Doc/whatsnew/3.16.rst
Lib/asyncio/events.py
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_unix_events.py
Misc/NEWS.d/next/Library/2026-07-27-12-00-00.gh-issue-94984.Xr3vFq.rst [new file with mode: 0644]