Skip to content

Commit f73396d

Browse files
committed
PyREPL -> default interactive shell
1 parent 241ed67 commit f73396d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ and improvements in user-friendliness and correctness.
9494
* :ref:`PEP 768: Safe external debugger interface for CPython <whatsnew314-pep768>`
9595
* :ref:`PEP 784: Adding Zstandard to the standard library <whatsnew314-pep784>`
9696
* :ref:`A new type of interpreter <whatsnew314-tail-call>`
97-
* :ref:`Syntax highlighting in PyREPL <whatsnew314-pyrepl-highlighting>`,
97+
* :ref:`Syntax highlighting in the default interactive shell <whatsnew314-pyrepl-highlighting>`,
9898
and color output in :ref:`unittest <whatsnew314-color-unittest>`,
9999
:ref:`argparse <whatsnew314-color-argparse>`,
100100
:ref:`json <whatsnew314-color-json>` and
@@ -1033,7 +1033,8 @@ Platform support
10331033
:pep:`tier 3 <11#tier-3>`. As a part of this effort, more than 25 bugs in
10341034
`Emscripten libc`__ were fixed. Emscripten now includes support
10351035
for :mod:`ctypes`, :mod:`termios`, and :mod:`fcntl`, as well as
1036-
experimental support for :ref:`PyREPL <tut-interactive>`.
1036+
experimental support for the new :ref:`default interactive shell
1037+
<tut-interactive>`.
10371038

10381039
(Contributed by R. Hood Chatham in :gh:`127146`, :gh:`127683`, and :gh:`136931`.)
10391040

@@ -1180,8 +1181,8 @@ The behavior of :func:`!gc.collect` changes slightly:
11801181
(Contributed by Mark Shannon in :gh:`108362`.)
11811182

11821183

1183-
Interactive shell (PyREPL)
1184-
--------------------------
1184+
Default interactive shell
1185+
-------------------------
11851186

11861187
.. _whatsnew314-pyrepl-highlighting:
11871188

@@ -1894,8 +1895,8 @@ pdb
18941895
(Contributed by Tian Gao in :gh:`132576`.)
18951896

18961897
* Source code displayed in :mod:`pdb` will be syntax-highlighted. This feature
1897-
can be controlled using the same methods as PyREPL, in addition to the newly
1898-
added ``colorize`` argument of :class:`pdb.Pdb`.
1898+
can be controlled using the same methods as the default :term:`interactive`
1899+
shell, in addition to the newly added ``colorize`` argument of :class:`pdb.Pdb`.
18991900
(Contributed by Tian Gao and Łukasz Langa in :gh:`133355`.)
19001901

19011902

0 commit comments

Comments
 (0)