Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50bf5fa commit d2373fcCopy full SHA for d2373fc
1 file changed
Doc/whatsnew/3.11.rst
@@ -435,6 +435,12 @@ Other CPython Implementation Changes
435
:data:`sys.path`. Otherwise, initialization will recalculate the path and replace
436
any values added to ``module_search_paths``.
437
438
+* The output of the :option:`--help` option is changed to fit inside 50 lines and 80
439
+ columns. Information about :ref:`Python environment variables <using-on-envvars>`
440
+ and :option:`-X options <-X>` is available with the new :option:`--help-env` or
441
+ :option:`--help-xoptions` flags, and with :option:`--help-all`.
442
+ (Contributed by Éric Araujo in :issue:`46142`.)
443
+
444
445
New Modules
446
===========
0 commit comments