diff options
author | Éric <merwok@netwok.org> | 2022-08-12 16:07:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-12 16:07:05 (GMT) |
commit | e3adb19df82c0f19086e6cfced531ef8d8fb6d5b (patch) | |
tree | 6587c7421b230a5a750bf4e4a633fff251c81d4b /Doc/whatsnew | |
parent | bd86e09ab9f6f49e7c973de591187d82c5382682 (diff) | |
download | cpython-e3adb19df82c0f19086e6cfced531ef8d8fb6d5b.zip cpython-e3adb19df82c0f19086e6cfced531ef8d8fb6d5b.tar.gz cpython-e3adb19df82c0f19086e6cfced531ef8d8fb6d5b.tar.bz2 |
[3.11] gh-90300: [docs] Add whatsnew entry for new --help output (GH-95856)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.11.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index f25bc54..76aa688 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -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 =========== |