mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-90300: [docs] Add whatsnew entry for new --help output (GH-95856) (GH-95928)
Co-authored-by: Éric <merwok@netwok.org>
This commit is contained in:
parent
50bf5fafcc
commit
d2373fcb49
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
===========
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue