https://github.com/python/cpython/commit/f6f3ddb401eb923a4fffe478b6a77f0fd8862be6
commit: f6f3ddb401eb923a4fffe478b6a77f0fd8862be6
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: picnixz <[email protected]>
date: 2026-01-01T11:57:57Z
summary:

[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 2d9f4e357ad30e002ca0c7568047e9a818b96cd3)

Co-authored-by: Bartosz SÅ‚awecki <[email protected]>

files:
M Doc/tutorial/appendix.rst

diff --git a/Doc/tutorial/appendix.rst b/Doc/tutorial/appendix.rst
index 5020c428741feb..2539edb51ba3a0 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.

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to