Skip to content
Permalink
Browse files

Add PYTHONUTF8 to commandline usage. (GH-17587)

Co-Authored-By: Victor Stinner <vstinner@python.org>
  • Loading branch information
methane and vstinner committed Dec 14, 2019
1 parent 8289e27 commit 95826c773a9004fc5b3c89de55f800504685ab21
Showing with 1 addition and 0 deletions.
  1. +1 βˆ’0 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[] =

0 comments on commit 95826c7

Please sign in to comment.
You can’t perform that action at this time.