mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[3.14] gh-109975: Indicate the minimum version for PyREPL in the tutorial (GH-136046) (#137766)
Co-authored-by: Konstantin Morenko <konstantin-morenko@users.noreply.github.com>
This commit is contained in:
parent
36a1e1aaf7
commit
3de6ea5d8f
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ basic interpreter is supported on all platforms with minimal line
|
||||||
control capabilities.
|
control capabilities.
|
||||||
|
|
||||||
On Windows, or Unix-like systems with :mod:`curses` support,
|
On Windows, or Unix-like systems with :mod:`curses` support,
|
||||||
a new interactive shell is used by default.
|
a new interactive shell is used by default since Python 3.13.
|
||||||
This one supports color, multiline editing, history browsing, and
|
This one supports color, multiline editing, history browsing, and
|
||||||
paste mode. To disable color, see :ref:`using-on-controlling-color` for
|
paste mode. To disable color, see :ref:`using-on-controlling-color` for
|
||||||
details. Function keys provide some additional functionality.
|
details. Function keys provide some additional functionality.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue