From: Bartosz Sławecki Date: Thu, 1 Jan 2026 11:52:21 +0000 (+0100) Subject: gh-143048: Remove outdated mention to `curses` in the "Interactive Mode" docs (#143049) X-Git-Tag: v3.15.0a5~11^2~164 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d9f4e357ad30e002ca0c7568047e9a818b96cd3;p=thirdparty%2FPython%2Fcpython.git gh-143048: Remove outdated mention to `curses` in the "Interactive Mode" docs (#143049) --- diff --git a/Doc/tutorial/appendix.rst b/Doc/tutorial/appendix.rst index 5020c428741f..2539edb51ba3 100644 --- a/Doc/tutorial/appendix.rst +++ b/Doc/tutorial/appendix.rst @@ -14,8 +14,7 @@ There are two variants of the interactive :term:`REPL`. The classic basic interpreter is supported on all platforms with minimal line control capabilities. -On Windows, or Unix-like systems with :mod:`curses` support, -a new interactive shell is used by default since Python 3.13. +Since Python 3.13, a new interactive shell is used by default. This one supports color, multiline editing, history browsing, and paste mode. To disable color, see :ref:`using-on-controlling-color` for details. Function keys provide some additional functionality.