We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd86e09 commit e3adb19Copy full SHA for e3adb19
Doc/whatsnew/3.11.rst
@@ -417,6 +417,12 @@ Other CPython Implementation Changes
417
:data:`sys.path`. Otherwise, initialization will recalculate the path and replace
418
any values added to ``module_search_paths``.
419
420
+* The output of the :option:`--help` option is changed to fit inside 50 lines and 80
421
+ columns. Information about :ref:`Python environment variables <using-on-envvars>`
422
+ and :option:`-X options <-X>` is available with the new :option:`--help-env` or
423
+ :option:`--help-xoptions` flags, and with :option:`--help-all`.
424
+ (Contributed by Éric Araujo in :issue:`46142`.)
425
+
426
427
New Modules
428
===========
0 commit comments