summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-08-16 11:58:17 (GMT)
committerGitHub <noreply@github.com>2024-08-16 11:58:17 (GMT)
commit3ab8eafbd94b82fe73995e165bb0e6ff5d67cdab (patch)
tree9ce141bca8e7979b473f04e394d68bad2fdda116
parent1f7071572e49fc8576c72902135a4ddecc6f81c3 (diff)
downloadcpython-3ab8eafbd94b82fe73995e165bb0e6ff5d67cdab.zip
cpython-3ab8eafbd94b82fe73995e165bb0e6ff5d67cdab.tar.gz
cpython-3ab8eafbd94b82fe73995e165bb0e6ff5d67cdab.tar.bz2
[3.13] mention pypy somewhat more prominently in the pyrepl section of whatsnew (GH-123063) (#123064)
-rw-r--r--Doc/whatsnew/3.13.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst
index ba84840..99d2ca5 100644
--- a/Doc/whatsnew/3.13.rst
+++ b/Doc/whatsnew/3.13.rst
@@ -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: