From: Łukasz Langa Date: Fri, 12 Aug 2022 16:22:25 +0000 (+0200) Subject: gh-90300: [docs] Add whatsnew entry for new --help output (GH-95856) (GH-95928) X-Git-Tag: v3.12.0a1~664 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d2373fcb498888e3faa47747a57791f0ed82c91e;p=thirdparty%2FPython%2Fcpython.git gh-90300: [docs] Add whatsnew entry for new --help output (GH-95856) (GH-95928) Co-authored-by: Éric --- diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index d5d7da292b21..41aa6944395f 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -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 ` + 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 ===========