diff options
author | Yury Selivanov <yury@magic.io> | 2017-11-20 22:26:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-20 22:26:28 (GMT) |
commit | 423fd362f8e4d6c867a5afc8ac7cbeeb66cac19c (patch) | |
tree | 204591d156333450cc931abfe0e1056e66f2397a /Misc | |
parent | 895862aa01793a26e74512befb0c66a1da2587d6 (diff) | |
download | cpython-423fd362f8e4d6c867a5afc8ac7cbeeb66cac19c.zip cpython-423fd362f8e4d6c867a5afc8ac7cbeeb66cac19c.tar.gz cpython-423fd362f8e4d6c867a5afc8ac7cbeeb66cac19c.tar.bz2 |
bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be optional (#4447)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2017-11-17-18-28-53.bpo-32066.OMQFLH.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-11-17-18-28-53.bpo-32066.OMQFLH.rst b/Misc/NEWS.d/next/Library/2017-11-17-18-28-53.bpo-32066.OMQFLH.rst new file mode 100644 index 0000000..cbe0705 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2017-11-17-18-28-53.bpo-32066.OMQFLH.rst @@ -0,0 +1,2 @@ +asyncio: Support pathlib.Path in create_unix_connection; sock arg should be +optional |