Thanks to visit codestin.com Credit goes to github.com
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 7f6c16a commit 2d9f4e3Copy full SHA for 2d9f4e3
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