Browse Source

Add PYTHONUTF8 to commandline usage. (GH-17587)

Co-Authored-By: Victor Stinner <vstinner@python.org>
pull/17597/head
Inada Naoki 6 years ago
committed by GitHub
parent
commit
95826c773a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      Python/initconfig.c

1
Python/initconfig.c

@ -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[] =

Loading…
Cancel
Save