Skip to content

Commit 0344db8

Browse files
authored
gh-131189: Remove curses mention from PYTHON_BASIC_REPL docs (#140022)
The `curses` dependency for the default REPL has been removed in 09dfb50.
1 parent bb85af3 commit 0344db8

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
@@ -1277,9 +1277,8 @@ conflict.
12771277
.. envvar:: PYTHON_BASIC_REPL
12781278

12791279
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`.
1280+
load the Python-based :term:`REPL` that requires :mod:`readline`, and will
1281+
instead use the traditional parser-based :term:`REPL`.
12831282

12841283
.. versionadded:: 3.13
12851284

0 commit comments

Comments
 (0)