Skip to content

Commit

Permalink
mention pypy somewhat more prominently in the pyrepl section of whats…
Browse files Browse the repository at this point in the history
…new (python#123063)
  • Loading branch information
cfbolz authored Aug 16, 2024
1 parent 786cac0 commit a07cf4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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:

Expand Down

0 comments on commit a07cf4c

Please sign in to comment.