]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-90300: Improve the Python CLI help output (GH-115853) (GH-117022)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 19 Mar 2024 18:33:34 +0000 (20:33 +0200)
committerGitHub <noreply@github.com>
Tue, 19 Mar 2024 18:33:34 +0000 (18:33 +0000)
commit4be9fa896117bf07dc944a29c98dd18b71dd6c74
treea5d7b763cf26c2732b7067478175325f1c3f6ccc
parent05b2b30436590cbc9f31120e74ccbea4c4466e9a
[3.12] gh-90300: Improve the Python CLI help output (GH-115853) (GH-117022)

* 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)

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