Skip to content

Commit f6f3ddb

Browse files
[3.14] gh-143048: Remove outdated mention to curses in the "Interactive Mode" docs (GH-143049) (#143325)
gh-143048: Remove outdated mention to `curses` in the "Interactive Mode" docs (GH-143049) (cherry picked from commit 2d9f4e3) Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
1 parent 048edac commit f6f3ddb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Doc/tutorial/appendix.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ There are two variants of the interactive :term:`REPL`. The classic
1414
basic interpreter is supported on all platforms with minimal line
1515
control capabilities.
1616

17-
On Windows, or Unix-like systems with :mod:`curses` support,
18-
a new interactive shell is used by default since Python 3.13.
17+
Since Python 3.13, a new interactive shell is used by default.
1918
This one supports color, multiline editing, history browsing, and
2019
paste mode. To disable color, see :ref:`using-on-controlling-color` for
2120
details. Function keys provide some additional functionality.

0 commit comments

Comments
 (0)