File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,8 @@ New Features
215
215
A better interactive interpreter
216
216
--------------------------------
217
217
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 `_.
219
220
When the user starts the :term: `REPL ` from an interactive terminal,
220
221
the following new features are now supported:
221
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.
240
241
Windows support contributed by Dino Viehland and Anthony Shaw.)
241
242
243
+ .. _`PyPy project` : https://pypy.org/
242
244
243
245
.. _whatsnew313-improved-error-messages :
244
246
You can’t perform that action at this time.
0 commit comments