File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed
Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff 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+
725737collections
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+
836848inspect
837849-------
838850
You can’t perform that action at this time.
0 commit comments