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.
curses
PYTHON_BASIC_REPL
1 parent 5f91d5d commit 8da6a76Copy full SHA for 8da6a76
Doc/using/cmdline.rst
@@ -1277,9 +1277,8 @@ conflict.
1277
.. envvar:: PYTHON_BASIC_REPL
1278
1279
If this variable is set to any value, the interpreter will not attempt to
1280
- load the Python-based :term:`REPL` that requires :mod:`curses` and
1281
- :mod:`readline`, and will instead use the traditional parser-based
1282
- :term:`REPL`.
+ load the Python-based :term:`REPL` that requires :mod:`readline`, and will
+ instead use the traditional parser-based :term:`REPL`.
1283
1284
.. versionadded:: 3.13
1285
0 commit comments