From: CF Bolz-Tereick Date: Fri, 16 Aug 2024 11:38:44 +0000 (+0200) Subject: mention pypy somewhat more prominently in the pyrepl section of whatsnew (#123063) X-Git-Tag: v3.14.0a1~765 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a07cf4ce25205d836a6b30cb629eda139d2a518e;p=thirdparty%2FPython%2Fcpython.git mention pypy somewhat more prominently in the pyrepl section of whatsnew (#123063) --- diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 97b3e17351cb..8d2c4e77b656 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: