Skip to content

Commit 67de907

Browse files
committed
Update the docs on interactive mode
1 parent b8d3fdd commit 67de907

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Doc/tutorial/appendix.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ There are two variants of the interactive :term:`REPL`. The classic
1414
basic interpreter is supported on all platforms with minimal line
1515
control capabilities.
1616

17-
On Windows, or Unix-like systems with :mod:`curses` support,
18-
a new interactive shell is used by default since Python 3.13.
17+
Since Python 3.13, a new interactive shell is used by default.
1918
This one supports color, multiline editing, history browsing, and
2019
paste mode. To disable color, see :ref:`using-on-controlling-color` for
2120
details. Function keys provide some additional functionality.

0 commit comments

Comments
 (0)