https://github.com/python/cpython/commit/3ab8eafbd94b82fe73995e165bb0e6ff5d67cdab commit: 3ab8eafbd94b82fe73995e165bb0e6ff5d67cdab branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: pablogsal <[email protected]> date: 2024-08-16T11:58:17Z summary:
[3.13] mention pypy somewhat more prominently in the pyrepl section of whatsnew (GH-123063) (#123064) files: M Doc/whatsnew/3.13.rst diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index ba84840866170d..99d2ca51451a90 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: _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
