Skip to content

Commit 3de6ea5

Browse files
[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>
1 parent 36a1e1a commit 3de6ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tutorial/appendix.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ basic interpreter is supported on all platforms with minimal line
1515
control capabilities.
1616

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

0 commit comments

Comments
 (0)