]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] gh-90300: [docs] Add whatsnew entry for new --help output (GH-95856)
authorÉric <merwok@netwok.org>
Fri, 12 Aug 2022 16:07:05 +0000 (12:07 -0400)
committerGitHub <noreply@github.com>
Fri, 12 Aug 2022 16:07:05 +0000 (18:07 +0200)
Doc/whatsnew/3.11.rst

index f25bc549bf53f8e2b32c693e313aa3625c467b97..76aa6880ec067f703146db5c345dd1fb638a5fe3 100644 (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
 ===========