Skip to content

Commit

Permalink
Add PYTHONUTF8 to commandline usage. (pythonGH-17587)
Browse files Browse the repository at this point in the history
Co-Authored-By: Victor Stinner <vstinner@python.org>
  • Loading branch information
2 people authored and shihai1991 committed Jan 31, 2020
1 parent 64d835a commit a759b4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Python/initconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ static const char usage_5[] =
"PYTHONHOME : alternate <prefix> directory (or <prefix>%lc<exec_prefix>).\n"
" The default module search path uses %s.\n"
"PYTHONCASEOK : ignore case in 'import' statements (Windows).\n"
"PYTHONUTF8: if set to 1, enable the UTF-8 mode.\n"
"PYTHONIOENCODING: Encoding[:errors] used for stdin/stdout/stderr.\n"
"PYTHONFAULTHANDLER: dump the Python traceback on fatal errors.\n";
static const char usage_6[] =
Expand Down

0 comments on commit a759b4f

Please sign in to comment.