We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
curses
1 parent 048edac commit f6f3ddbCopy full SHA for f6f3ddb
1 file changed
Doc/tutorial/appendix.rst
@@ -14,8 +14,7 @@ There are two variants of the interactive :term:`REPL`. The classic
14
basic interpreter is supported on all platforms with minimal line
15
control capabilities.
16
17
-On Windows, or Unix-like systems with :mod:`curses` support,
18
-a new interactive shell is used by default since Python 3.13.
+Since Python 3.13, a new interactive shell is used by default.
19
This one supports color, multiline editing, history browsing, and
20
paste mode. To disable color, see :ref:`using-on-controlling-color` for
21
details. Function keys provide some additional functionality.
0 commit comments