]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-143048: Remove outdated mention to `curses` in the "Interactive Mode" docs...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 1 Jan 2026 11:57:57 +0000 (12:57 +0100)
committerGitHub <noreply@github.com>
Thu, 1 Jan 2026 11:57:57 +0000 (11:57 +0000)
gh-143048: Remove outdated mention to `curses` in the "Interactive Mode" docs (GH-143049)
(cherry picked from commit 2d9f4e357ad30e002ca0c7568047e9a818b96cd3)

Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
Doc/tutorial/appendix.rst

index 5020c428741febe7b2d22fcaa2568571e19340de..2539edb51ba3a0942265e249e36e0bdc46f2144f 100644 (file)
@@ -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.