]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90300: Improve the Python CLI help output (GH-115853)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 19 Mar 2024 17:26:32 +0000 (19:26 +0200)
committerGitHub <noreply@github.com>
Tue, 19 Mar 2024 17:26:32 +0000 (19:26 +0200)
commitb85572c47dc7a8c65fc366a87a3660fc7a3ed244
tree37101609b52c72ad4d0e1c77e98c5734c767b185
parent61c659e2dcc073dda6d9a88f735af21622b1c844
gh-90300: Improve the Python CLI help output (GH-115853)

* 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

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