bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be optional (#4447)

This commit is contained in:
Yury Selivanov 2017-11-20 17:26:28 -05:00 committed by GitHub
parent 895862aa01
commit 423fd362f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 31 additions and 8 deletions

View file

@ -0,0 +1,2 @@
asyncio: Support pathlib.Path in create_unix_connection; sock arg should be
optional