]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-32154: Remove asyncio.windows_utils.socketpair (#4609)
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 28 Nov 2017 20:33:20 +0000 (21:33 +0100)
committerGitHub <noreply@github.com>
Tue, 28 Nov 2017 20:33:20 +0000 (21:33 +0100)
commitac577d7d0bd27a69921ced14c09172235ceebab5
tree0d8e39b6dbab0cd260764fa8acaf0390a8c509b6
parent4d193bcc2560b824389e4d98d9d8b9b34e33dbaf
bpo-32154: Remove asyncio.windows_utils.socketpair (#4609)
Doc/library/asyncio-eventloop.rst
Doc/library/asyncio-protocol.rst
Doc/library/asyncio-stream.rst
Doc/whatsnew/3.7.rst
Lib/asyncio/test_utils.py
Lib/asyncio/windows_utils.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_windows_utils.py
Misc/NEWS.d/next/Library/2017-11-28-15-27-10.bpo-32154.kDox7L.rst [new file with mode: 0644]