@@ -94,7 +94,7 @@ and improvements in user-friendliness and correctness.
94
94
* :ref: `PEP 768: Safe external debugger interface for CPython <whatsnew314-pep768 >`
95
95
* :ref: `PEP 784: Adding Zstandard to the standard library <whatsnew314-pep784 >`
96
96
* :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 >`,
98
98
and color output in :ref: `unittest <whatsnew314-color-unittest >`,
99
99
:ref: `argparse <whatsnew314-color-argparse >`,
100
100
:ref: `json <whatsnew314-color-json >` and
@@ -1033,7 +1033,8 @@ Platform support
1033
1033
:pep: `tier 3 <11#tier-3 >`. As a part of this effort, more than 25 bugs in
1034
1034
`Emscripten libc `__ were fixed. Emscripten now includes support
1035
1035
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>`.
1037
1038
1038
1039
(Contributed by R. Hood Chatham in :gh: `127146 `, :gh: `127683 `, and :gh: `136931 `.)
1039
1040
@@ -1180,8 +1181,8 @@ The behavior of :func:`!gc.collect` changes slightly:
1180
1181
(Contributed by Mark Shannon in :gh: `108362 `.)
1181
1182
1182
1183
1183
- Interactive shell (PyREPL)
1184
- --------------------------
1184
+ Default interactive shell
1185
+ -------------------------
1185
1186
1186
1187
.. _whatsnew314-pyrepl-highlighting :
1187
1188
@@ -1894,8 +1895,8 @@ pdb
1894
1895
(Contributed by Tian Gao in :gh: `132576 `.)
1895
1896
1896
1897
* 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 `.
1899
1900
(Contributed by Tian Gao and Łukasz Langa in :gh: `133355 `.)
1900
1901
1901
1902
0 commit comments