commit | b9783d2e035d2babe8fcd9ec109044c0002c18a2 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Fri Jan 24 10:22:18 2020 +0100 |
committer | GitHub <noreply@github.com> | Fri Jan 24 10:22:18 2020 +0100 |
tree | 8ff79a1298440a3956717b92451df180388e1bc0 | |
parent | e131c9720d087c0c4988bd2a5c62020feb9d1d77 [diff] [blame] |
bpo-39429: Add a new "Python Development Mode" doc page (GH-18132)
diff --git a/Doc/library/asyncio-dev.rst b/Doc/library/asyncio-dev.rst index 101e781..ff51c4f 100644 --- a/Doc/library/asyncio-dev.rst +++ b/Doc/library/asyncio-dev.rst
@@ -25,7 +25,7 @@ * Setting the :envvar:`PYTHONASYNCIODEBUG` environment variable to ``1``. -* Using the :option:`-X` ``dev`` Python command line option. +* Using the :ref:`Python Development Mode <devmode>`. * Passing ``debug=True`` to :func:`asyncio.run`.