https://github.com/python/cpython/commit/e0ae4cbfc79a01305c5d85f74b163dfdd0c2e75d commit: e0ae4cbfc79a01305c5d85f74b163dfdd0c2e75d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 2025-08-14T17:08:14+01:00 summary:
[3.13] gh-109975: Indicate the minimum version for PyREPL in the tutorial (GH-136046) (#137767) Co-authored-by: Konstantin Morenko <[email protected]> files: M Doc/tutorial/appendix.rst diff --git a/Doc/tutorial/appendix.rst b/Doc/tutorial/appendix.rst index 6a1611afadb57c..5020c428741feb 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. _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
