From dfa85af9d301a123de10a2ec8ce39ccbd121a7f4 Mon Sep 17 00:00:00 2001 From: Konstantin Morenko Date: Fri, 27 Jun 2025 15:32:56 +0300 Subject: [PATCH] Added version number since new interactive interpreter is available --- Doc/tutorial/appendix.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/tutorial/appendix.rst b/Doc/tutorial/appendix.rst index 6a1611afadb57c..52dcc76f3a62e7 100644 --- a/Doc/tutorial/appendix.rst +++ b/Doc/tutorial/appendix.rst @@ -10,6 +10,8 @@ Appendix Interactive Mode ================ +.. versionadded:: 3.13 + There are two variants of the interactive :term:`REPL`. The classic basic interpreter is supported on all platforms with minimal line control capabilities.