We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f70715 commit 3ab8eafCopy full SHA for 3ab8eaf
Doc/whatsnew/3.13.rst
@@ -215,7 +215,8 @@ New Features
215
A better interactive interpreter
216
--------------------------------
217
218
-Python now uses a new :term:`interactive` shell by default.
+Python now uses a new :term:`interactive` shell by default, based on code
219
+from the `PyPy project`_.
220
When the user starts the :term:`REPL` from an interactive terminal,
221
the following new features are now supported:
222
@@ -239,6 +240,7 @@ For more on interactive mode, see :ref:`tut-interac`.
239
240
Lysandros Nikolaou in :gh:`111201` based on code from the PyPy project.
241
Windows support contributed by Dino Viehland and Anthony Shaw.)
242
243
+.. _`PyPy project`: https://pypy.org/
244
245
.. _whatsnew313-improved-error-messages:
246
0 commit comments