]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] mention pypy somewhat more prominently in the pyrepl section of whatsnew ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 16 Aug 2024 11:58:17 +0000 (13:58 +0200)
committerGitHub <noreply@github.com>
Fri, 16 Aug 2024 11:58:17 +0000 (11:58 +0000)
Doc/whatsnew/3.13.rst

index ba84840866170d0503b3d0d81c84fc8a77f9a7bf..99d2ca51451a90474a08db666819479deb436fad 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: