]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-90300: [docs] Add whatsnew entry for new --help output (GH-95856) (GH-95928)
authorŁukasz Langa <lukasz@langa.pl>
Fri, 12 Aug 2022 16:22:25 +0000 (18:22 +0200)
committerGitHub <noreply@github.com>
Fri, 12 Aug 2022 16:22:25 +0000 (18:22 +0200)
Co-authored-by: Éric <merwok@netwok.org>
Doc/whatsnew/3.11.rst

index d5d7da292b21abdf6d9ab7667d208a619280324d..41aa6944395f423c43387415c8a59ea3bb127a9c 100644 (file)
@@ -435,6 +435,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
 ===========