8000 gh-90300: Reformat the Python CLI help output by serhiy-storchaka · Pull Request #93415 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-90300: Reformat the Python CLI help output #93415

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

Merged
merged 14 commits into from
Feb 23, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into reformat-help
  • Loading branch information
serhiy-storchaka committed Jan 8, 2024
commit 64a831ca4e7f3570b217a49dfccdd2d2725f662b
1 change: 1 addition & 0 deletions Python/initconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ static const char usage_envvars[] =
"PYTHON_COLORS : If this variable is set to 1, the interpreter will colorize\n"
" various kinds of output. Setting it to 0 deactivates\n"
" this behavior.\n"
"PYTHON_HISTORY : the location of a .python_history file.\n"
"These variables have equivalent command-line options (see --help for details):\n"
"PYTHONDEBUG : enable parser debug mode (-d)\n"
"PYTHONDONTWRITEBYTECODE: don't write .pyc files (-B)\n"
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0