summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-eventloop.rst
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2018-09-14 23:57:11 (GMT)
committerGitHub <noreply@github.com>2018-09-14 23:57:11 (GMT)
commit805e27eff65d51f7aea2c00ccbb4f5d44f4499f2 (patch)
tree1a41e7b052f4d0845c29a6c9bcf594f0d0cffe63 /Doc/library/asyncio-eventloop.rst
parentafde1c1a05cc8a1e8adf6403c451f6708509a605 (diff)
downloadcpython-805e27eff65d51f7aea2c00ccbb4f5d44f4499f2.zip
cpython-805e27eff65d51f7aea2c00ccbb4f5d44f4499f2.tar.gz
cpython-805e27eff65d51f7aea2c00ccbb4f5d44f4499f2.tar.bz2
bpo-33649: Fix asyncio-dev (GH-9324)
Diffstat (limited to 'Doc/library/asyncio-eventloop.rst')
-rw-r--r--Doc/library/asyncio-eventloop.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/asyncio-eventloop.rst b/Doc/library/asyncio-eventloop.rst
index 19a0acd..718c322 100644
--- a/Doc/library/asyncio-eventloop.rst
+++ b/Doc/library/asyncio-eventloop.rst
@@ -1075,6 +1075,11 @@ Enabling debug mode
Set the debug mode of the event loop.
+ .. versionchanged:: 3.7
+
+ The new ``-X dev`` command line option can now also be used
+ to enable the debug mode.
+
.. seealso::
The :ref:`debug mode of asyncio <asyncio-debug-mode>`.