]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-109975: Indicate the minimum version for PyREPL in the tutorial (#136046)
authorKonstantin Morenko <konstantin-morenko@users.noreply.github.com>
Thu, 14 Aug 2025 15:45:12 +0000 (18:45 +0300)
committerGitHub <noreply@github.com>
Thu, 14 Aug 2025 15:45:12 +0000 (16:45 +0100)
Doc/tutorial/appendix.rst

index 6a1611afadb57c1ec041fed2af876cbbb9e2708a..5020c428741febe7b2d22fcaa2568571e19340de 100644 (file)
@@ -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.