mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
gh-95778: add doc missing in some places (GH-100627)
(cherry picked from commit 46521826cb
)
Co-authored-by: Éric <earaujo@caravan.coop>
This commit is contained in:
parent
297465a4db
commit
b1e314ab9f
2 changed files with 11 additions and 0 deletions
|
@ -168,6 +168,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