-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-90300: Document equivalent -X options for envvars in the Python CLI help #116756
gh-90300: Document equivalent -X options for envvars in the Python CLI help #116756
Conversation
serhiy-storchaka
commented
Mar 13, 2024
•
edited by bedevere-app
bot
Loading
edited by bedevere-app
bot
- Issue: python --help output is too long #90300
"PYTHONINSPECT : inspect interactively after running script (-i)\n" | ||
"PYTHONINTMAXSTRDIGITS: limit max digit characters in an int value\n" | ||
"PYTHONINTMAXSTRDIGITS: limits the maximum digit characters in an int value\n" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This variable was documented twice, in different sections.
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Sorry, @serhiy-storchaka, I could not cleanly backport this to
|
…hon CLI help (pythonGH-116756) (cherry picked from commit 8c6db45)
GH-116786 is a backport of this pull request to the 3.12 branch. |
…the Python CLI help (pythonGH-116756) (pythonGH-116786) (cherry picked from commit 991710a) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> (cherry picked from commit 8c6db45)