mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
bpo-33649: Fix asyncio-dev (GH-9324)
This commit is contained in:
parent
afde1c1a05
commit
805e27eff6
6 changed files with 175 additions and 348 deletions
|
|
@ -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>`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue