Skip to content

Commit d77fa60

Browse files
committed
Add whatsnew
1 parent 5e45ca6 commit d77fa60

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -722,6 +722,18 @@ calendar
722722
(Contributed by Pål Grønås Drange in :gh:`140212`.)
723723

724724

725+
code
726+
----
727+
728+
* The :meth:`InteractiveConsole.interact` method and the :func:`code.interact`
729+
function now support a *use_pyrepl* parameter to control whether to use the
730+
pyrepl-based REPL. By default, *use_pyrepl* is ``False``, using the basic
731+
readline-based REPL. When set to ``True``, pyrepl is used if available.
732+
When set to ``None``, pyrepl is used automatically if available and the
733+
:envvar:`PYTHON_BASIC_REPL` environment variable is not set.
734+
(Contributed by Long Tan in :gh:`148261`.)
735+
736+
725737
collections
726738
-----------
727739

@@ -830,9 +842,9 @@ http.server
830842
is colored by default.
831843
This can be controlled with :ref:`environment variables
832844
<using-on-controlling-color>`.
833-
(Contributed by Hugo van Kemenade in :gh:`146292`.)
834-
835-
845+
(Contributed by Hugo van Kemenade in :gh:`146292`.)
846+
847+
836848
inspect
837849
-------
838850

0 commit comments

Comments
 (0)