Skip to content

Commit 6fa6422

Browse files
committed
Recommend new REPL in the asyncio REPL docs
1 parent d78d7a5 commit 6fa6422

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/library/asyncio.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ You can experiment with an ``asyncio`` concurrent context in the :term:`REPL`:
7979
>>> await asyncio.sleep(10, result='hello')
8080
'hello'
8181
82+
It is highly recommended to use the asyncio REPL in
83+
:envvar:`the Python-based REPL mode <PYTHON_BASIC_REPL>`
84+
for optimal experience and new features.
85+
8286
.. audit-event:: cpython.run_stdin "" ""
8387

8488
.. versionchanged:: 3.12.5 (also 3.11.10, 3.10.15, 3.9.20, and 3.8.20)

0 commit comments

Comments
 (0)