diff options
author | Quentin Dawans <github@ovv.wtf> | 2017-10-30 13:43:02 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2017-10-30 13:43:02 (GMT) |
commit | fe4ea9cf1ee04f5a60e4ed928d8624b95b031e18 (patch) | |
tree | a783b709a8856fdf34d540108e78803e6114c84b /Misc/NEWS.d | |
parent | a2314283ff87c65e1745a42c2f2b716b1a209128 (diff) | |
download | cpython-fe4ea9cf1ee04f5a60e4ed928d8624b95b031e18.zip cpython-fe4ea9cf1ee04f5a60e4ed928d8624b95b031e18.tar.gz cpython-fe4ea9cf1ee04f5a60e4ed928d8624b95b031e18.tar.bz2 |
bpo-31245: Asyncio unix socket datagram (#3164)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2017-08-22-11-05-35.bpo-31245.AniZuz.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-08-22-11-05-35.bpo-31245.AniZuz.rst b/Misc/NEWS.d/next/Library/2017-08-22-11-05-35.bpo-31245.AniZuz.rst new file mode 100644 index 0000000..ce495ea --- /dev/null +++ b/Misc/NEWS.d/next/Library/2017-08-22-11-05-35.bpo-31245.AniZuz.rst @@ -0,0 +1 @@ +Added support for AF_UNIX socket in asyncio `create_datagram_endpoint`. |