summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorQuentin Dawans <github@ovv.wtf>2017-10-30 13:43:02 (GMT)
committerYury Selivanov <yury@magic.io>2017-10-30 13:43:02 (GMT)
commitfe4ea9cf1ee04f5a60e4ed928d8624b95b031e18 (patch)
treea783b709a8856fdf34d540108e78803e6114c84b /Misc/NEWS.d
parenta2314283ff87c65e1745a42c2f2b716b1a209128 (diff)
downloadcpython-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.rst1
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`.