Skip to content

Commit 0b84334

Browse files
[3.14] pythongh-131189: Remove curses mention from PYTHON_BASIC_REPL docs (pythonGH-140022) (python#140027)
pythongh-131189: Remove `curses` mention from `PYTHON_BASIC_REPL` docs (pythonGH-140022) The `curses` dependency for the default REPL has been removed in 031645a (backport of 09dfb50). (cherry picked from commit 0344db8) Co-authored-by: Bartosz Sławecki <[email protected]>
1 parent 11ac373 commit 0b84334

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Doc/using/cmdline.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1256,9 +1256,8 @@ conflict.
12561256
.. envvar:: PYTHON_BASIC_REPL
12571257

12581258
If this variable is set to any value, the interpreter will not attempt to
1259-
load the Python-based :term:`REPL` that requires :mod:`curses` and
1260-
:mod:`readline`, and will instead use the traditional parser-based
1261-
:term:`REPL`.
1259+
load the Python-based :term:`REPL` that requires :mod:`readline`, and will
1260+
instead use the traditional parser-based :term:`REPL`.
12621261

12631262
.. versionadded:: 3.13
12641263

0 commit comments

Comments
 (0)