[3.11] gh-90300: [docs] Add whatsnew entry for new --help output (GH-95856)

This commit is contained in:
Éric 2022-08-12 12:07:05 -04:00 committed by GitHub
parent bd86e09ab9
commit e3adb19df8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -417,6 +417,12 @@ Other CPython Implementation Changes
:data:`sys.path`. Otherwise, initialization will recalculate the path and replace
any values added to ``module_search_paths``.
* The output of the :option:`--help` option is changed to fit inside 50 lines and 80
columns. Information about :ref:`Python environment variables <using-on-envvars>`
and :option:`-X options <-X>` is available with the new :option:`--help-env` or
:option:`--help-xoptions` flags, and with :option:`--help-all`.
(Contributed by Éric Araujo in :issue:`46142`.)
New Modules
===========