We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
curses
PYTHON_BASIC_REPL
1 parent bb85af3 commit 0344db8Copy full SHA for 0344db8
1 file changed
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