We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
:envvar:
1 parent d23ec14 commit b92a533Copy full SHA for b92a533
Doc/library/asyncio.rst
@@ -79,9 +79,9 @@ You can experiment with an ``asyncio`` concurrent context in the :term:`REPL`:
79
>>> await asyncio.sleep(10, result='hello')
80
'hello'
81
82
-It is highly recommended to use the asyncio REPL in
83
-:ref:`the Python-based REPL mode <envvar-PYTHON_BASIC_REPL>`
84
-for optimal experience and new features.
+Although the asyncio REPL provides limited compatibility with :envvar:`PYTHON_BASIC_REPL`,
+using it in the default Python-based REPL mode is recommended for full functionality
+and the latest features.
85
86
.. audit-event:: cpython.run_stdin "" ""
87
0 commit comments