[3.13] mention pypy somewhat more prominently in the pyrepl section of whatsnew (GH-123063) (#123064)

This commit is contained in:
Miss Islington (bot) 2024-08-16 13:58:17 +02:00 committed by GitHub
parent 1f7071572e
commit 3ab8eafbd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -215,7 +215,8 @@ New Features
A better interactive interpreter 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, When the user starts the :term:`REPL` from an interactive terminal,
the following new features are now supported: 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. Lysandros Nikolaou in :gh:`111201` based on code from the PyPy project.
Windows support contributed by Dino Viehland and Anthony Shaw.) Windows support contributed by Dino Viehland and Anthony Shaw.)
.. _`PyPy project`: https://pypy.org/
.. _whatsnew313-improved-error-messages: .. _whatsnew313-improved-error-messages: