]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be optiona...
authorYury Selivanov <yury@magic.io>
Mon, 20 Nov 2017 22:26:28 +0000 (17:26 -0500)
committerGitHub <noreply@github.com>
Mon, 20 Nov 2017 22:26:28 +0000 (17:26 -0500)
commit423fd362f8e4d6c867a5afc8ac7cbeeb66cac19c
tree204591d156333450cc931abfe0e1056e66f2397a
parent895862aa01793a26e74512befb0c66a1da2587d6
bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be optional (#4447)
Doc/library/asyncio-eventloop.rst
Lib/asyncio/events.py
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_unix_events.py
Misc/NEWS.d/next/Library/2017-11-17-18-28-53.bpo-32066.OMQFLH.rst [new file with mode: 0644]