Skip to content
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

Merged

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Mar 13, 2024

"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"
Copy link
Member Author

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.

@serhiy-storchaka serhiy-storchaka merged commit 8c6db45 into python:main Mar 13, 2024
37 checks passed
@serhiy-storchaka serhiy-storchaka deleted the python-cli-help-envvars-options branch March 13, 2024 20:59
@serhiy-storchaka serhiy-storchaka added the needs backport to 3.12 bug and security fixes label Mar 14, 2024
@miss-islington-app
Copy link

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12.
🐍🍒⛏🤖

@miss-islington-app
Copy link

Sorry, @serhiy-storchaka, I could not cleanly backport this to 3.12 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 8c6db45ce34df7081d7497e638daf3e130303295 3.12

serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request Mar 14, 2024
@bedevere-app
Copy link

bedevere-app bot commented Mar 14, 2024

GH-116786 is a backport of this pull request to the 3.12 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.12 bug and security fixes label Mar 14, 2024
serhiy-storchaka added a commit that referenced this pull request Mar 14, 2024
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Mar 14, 2024
…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)
serhiy-storchaka added a commit that referenced this pull request Mar 14, 2024
…thon CLI help (GH-116756) (GH-116786) (GH-116796)

(cherry picked from commit 991710a)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
(cherry picked from commit 8c6db45)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
vstinner pushed a commit to vstinner/cpython that referenced this pull request Mar 20, 2024
adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 25, 2024
diegorusso pushed a commit to diegorusso/cpython that referenced this pull request Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants