mirror of
https://github.com/python/cpython.git
synced 2025-08-15 22:30:42 +00:00
[3.13] GH-109975: Copyedit 3.13 What's New: New Features (GH-122990) (#123032)
GH-109975: Copyedit 3.13 What's New: New Features (GH-122990)
(cherry picked from commit b106cf8d97
)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Brandt Bucher <brandtbucher@gmail.com>
This commit is contained in:
parent
79452b135c
commit
009f9efe65
2 changed files with 226 additions and 208 deletions
|
@ -14,8 +14,8 @@ There are two variants of the interactive :term:`REPL`. The classic
|
|||
basic interpreter is supported on all platforms with minimal line
|
||||
control capabilities.
|
||||
|
||||
On Unix-like systems (e.g. Linux or macOS) with :mod:`curses` and
|
||||
: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.
|
||||
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue