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.
1 parent 1054a75 commit b106cf8Copy full SHA for b106cf8
2 files changed
Doc/tutorial/appendix.rst
@@ -14,8 +14,8 @@ 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 Unix-like systems (e.g. Linux or macOS) with :mod:`curses` and
18
-:mod:`readline` support, a new interactive shell is used by default.
+On Windows, or Unix-like systems with :mod:`curses` support,
+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