summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-platforms.rst
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2019-05-28 09:52:15 (GMT)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-05-28 09:52:15 (GMT)
commitbafd4b5ac83b6cc0b7455290a04c4bfad34bdc90 (patch)
treebfb330fd3530eec1781d35b4b0c8339f93018951 /Doc/library/asyncio-platforms.rst
parent9ee2c264c37a71bd1c60f6032c50630b87e3c611 (diff)
downloadcpython-bafd4b5ac83b6cc0b7455290a04c4bfad34bdc90.zip
cpython-bafd4b5ac83b6cc0b7455290a04c4bfad34bdc90.tar.gz
cpython-bafd4b5ac83b6cc0b7455290a04c4bfad34bdc90.tar.bz2
bpo-29883: Asyncio proactor udp (GH-13440)
Follow-up for #1067 https://bugs.python.org/issue29883
Diffstat (limited to 'Doc/library/asyncio-platforms.rst')
-rw-r--r--Doc/library/asyncio-platforms.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/asyncio-platforms.rst b/Doc/library/asyncio-platforms.rst
index 81d840e..7e4a70f 100644
--- a/Doc/library/asyncio-platforms.rst
+++ b/Doc/library/asyncio-platforms.rst
@@ -53,9 +53,6 @@ All event loops on Windows do not support the following methods:
:class:`ProactorEventLoop` has the following limitations:
-* The :meth:`loop.create_datagram_endpoint` method
- is not supported.
-
* The :meth:`loop.add_reader` and :meth:`loop.add_writer`
methods are not supported.