]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-90300: Improve the Python CLI help output (GH-115853) (GH-117022) (GH-117034)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 19 Mar 2024 20:08:00 +0000 (22:08 +0200)
committerGitHub <noreply@github.com>
Tue, 19 Mar 2024 20:08:00 +0000 (20:08 +0000)
commit051b8a2589ff28f0194c3701b21f729444691752
treeac768e007f009685b89227d0c69f44d63acbb120
parent1de746fc1ecf511c6d3bc737ae3e6fa4c0576aa6
[3.11] gh-90300: Improve the Python CLI help output (GH-115853) (GH-117022) (GH-117034)

* document equivalent command-line options for all environment variables
* document equivalent environment variables for all command-line options
* reduce the size of variable and option descriptions to minimum
* remove the ending period in single-sentence descriptions

(cherry picked from commit b85572c47dc7a8c65fc366a87a3660fc7a3ed244)

(cherry picked from commit 4be9fa896117bf07dc944a29c98dd18b71dd6c74)

Co-authored-by: Éric <merwok@netwok.org>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Python/initconfig.c