From e182ae0776f0c1c101d2a0c814b17a6916a9ed87 Mon Sep 17 00:00:00 2001 From: CF Bolz-Tereick Date: Fri, 16 Aug 2024 13:38:44 +0200 Subject: [PATCH] mention pypy somewhat more prominently in the pyrepl section of whatsnew (GH-123063) (cherry picked from commit a07cf4ce25205d836a6b30cb629eda139d2a518e) Co-authored-by: CF Bolz-Tereick --- Doc/whatsnew/3.13.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index ba84840866170d..99d2ca51451a90 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -215,7 +215,8 @@ New Features A better interactive interpreter -------------------------------- -Python now uses a new :term:`interactive` shell by default. +Python now uses a new :term:`interactive` shell by default, based on code +from the `PyPy project`_. When the user starts the :term:`REPL` from an interactive terminal, the following new features are now supported: @@ -239,6 +240,7 @@ For more on interactive mode, see :ref:`tut-interac`. Lysandros Nikolaou in :gh:`111201` based on code from the PyPy project. Windows support contributed by Dino Viehland and Anthony Shaw.) +.. _`PyPy project`: https://pypy.org/ .. _whatsnew313-improved-error-messages: