Skip to content

Commit f2353d6

Browse files
miss-islingtonjohnslavikhugovk
authored
[3.14] gh-140569: recommend the new REPL in the asyncio REPL docs (GH-140570) (#141115)
gh-140569: recommend the new REPL in the asyncio REPL docs (GH-140570) (cherry picked from commit 8822166) Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 12847bf commit f2353d6

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+
This REPL provides limited compatibility with :envvar:`PYTHON_BASIC_REPL`.
83+
It is recommended that the default REPL is used
84+
for full functionality and the latest 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)