mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
mention pypy somewhat more prominently in the pyrepl section of whatsnew (#123063)
This commit is contained in:
parent
786cac0c64
commit
a07cf4ce25
1 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue