mirror of
https://github.com/python/cpython.git
synced 2025-10-14 10:53:40 +00:00
gh-95778: add doc missing in some places (GH-100627)
This commit is contained in:
parent
f4fcfdf8c5
commit
46521826cb
2 changed files with 11 additions and 0 deletions
|
@ -180,6 +180,8 @@ static const char usage_envvars[] =
|
|||
"PYTHONDEBUG : enable parser debug mode (-d)\n"
|
||||
"PYTHONDONTWRITEBYTECODE : don't write .pyc files (-B)\n"
|
||||
"PYTHONINSPECT : inspect interactively after running script (-i)\n"
|
||||
"PYTHONINTMAXSTRDIGITS : limit max digit characters in an int value\n"
|
||||
" (-X int_max_str_digits=number)\n"
|
||||
"PYTHONNOUSERSITE : disable user site directory (-s)\n"
|
||||
"PYTHONOPTIMIZE : enable level 1 optimizations (-O)\n"
|
||||
"PYTHONUNBUFFERED : disable stdout/stderr buffering (-u)\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue