Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 786cac0 commit a07cf4cCopy full SHA for a07cf4c
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