]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
mention pypy somewhat more prominently in the pyrepl section of whatsnew (#123063)
authorCF Bolz-Tereick <cfbolz@gmx.de>
Fri, 16 Aug 2024 11:38:44 +0000 (13:38 +0200)
committerGitHub <noreply@github.com>
Fri, 16 Aug 2024 11:38:44 +0000 (11:38 +0000)
Doc/whatsnew/3.13.rst

index 97b3e17351cbd4ab7433a3868e4796a67456c08b..8d2c4e77b6568f4a8df6d725c1517fccbee912a3 100644 (file)
@@ -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: