commit | 805e27eff65d51f7aea2c00ccbb4f5d44f4499f2 | [log] [tgz] |
---|---|---|
author | Yury Selivanov <yury@magic.io> | Fri Sep 14 16:57:11 2018 -0700 |
committer | GitHub <noreply@github.com> | Fri Sep 14 16:57:11 2018 -0700 |
tree | 1a41e7b052f4d0845c29a6c9bcf594f0d0cffe63 | |
parent | afde1c1a05cc8a1e8adf6403c451f6708509a605 [diff] [blame] |
bpo-33649: Fix asyncio-dev (GH-9324)
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 @@ 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>`.