From: Konstantin Morenko Date: Thu, 14 Aug 2025 15:45:12 +0000 (+0300) Subject: gh-109975: Indicate the minimum version for PyREPL in the tutorial (#136046) X-Git-Tag: v3.15.0a1~688 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c58020ed32e7e09ba68d4239af7fa516fcaf1b40;p=thirdparty%2FPython%2Fcpython.git gh-109975: Indicate the minimum version for PyREPL in the tutorial (#136046) --- diff --git a/Doc/tutorial/appendix.rst b/Doc/tutorial/appendix.rst index 6a1611afadb5..5020c428741f 100644 --- a/Doc/tutorial/appendix.rst +++ b/Doc/tutorial/appendix.rst @@ -15,7 +15,7 @@ basic interpreter is supported on all platforms with minimal line control capabilities. 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 paste mode. To disable color, see :ref:`using-on-controlling-color` for details. Function keys provide some additional functionality.