Skip to content

Commit d2373fc

Browse files
ambvmerwok
andauthored
gh-90300: [docs] Add whatsnew entry for new --help output (GH-95856) (GH-95928)
Co-authored-by: Éric <[email protected]>
1 parent 50bf5fa commit d2373fc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Doc/whatsnew/3.11.rst

+6
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,12 @@ Other CPython Implementation Changes
435435
:data:`sys.path`. Otherwise, initialization will recalculate the path and replace
436436
any values added to ``module_search_paths``.
437437

438+
* The output of the :option:`--help` option is changed to fit inside 50 lines and 80
439+
columns. Information about :ref:`Python environment variables <using-on-envvars>`
440+
and :option:`-X options <-X>` is available with the new :option:`--help-env` or
441+
:option:`--help-xoptions` flags, and with :option:`--help-all`.
442+
(Contributed by Éric Araujo in :issue:`46142`.)
443+
438444

439445
New Modules
440446
===========

0 commit comments

Comments
 (0)