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
215215A better interactive interpreter
216216--------------------------------
217217
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 `_.
219220When the user starts the :term: `REPL ` from an interactive terminal,
220221the following new features are now supported:
221222
@@ -239,6 +240,7 @@ For more on interactive mode, see :ref:`tut-interac`.
239240Lysandros Nikolaou in :gh: `111201 ` based on code from the PyPy project.
240241Windows support contributed by Dino Viehland and Anthony Shaw.)
241242
243+ .. _`PyPy project` : https://pypy.org/
242244
243245.. _whatsnew313-improved-error-messages :
244246
You can’t perform that action at this time.
0 commit comments