Skip to content

Commit 3ab8eaf

Browse files
[3.13] mention pypy somewhat more prominently in the pyrepl section of whatsnew (GH-123063) (#123064)
1 parent 1f70715 commit 3ab8eaf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Doc/whatsnew/3.13.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,8 @@ New Features
215215
A better interactive interpreter
216216
--------------------------------
217217

218-
Python now uses a new :term:`interactive` shell by default.
218+
Python now uses a new :term:`interactive` shell by default, based on code
219+
from the `PyPy project`_.
219220
When the user starts the :term:`REPL` from an interactive terminal,
220221
the following new features are now supported:
221222

@@ -239,6 +240,7 @@ For more on interactive mode, see :ref:`tut-interac`.
239240
Lysandros Nikolaou in :gh:`111201` based on code from the PyPy project.
240241
Windows support contributed by Dino Viehland and Anthony Shaw.)
241242

243+
.. _`PyPy project`: https://pypy.org/
242244

243245
.. _whatsnew313-improved-error-messages:
244246

0 commit comments

Comments
 (0)