We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8289e27 commit 95826c7Copy full SHA for 95826c7
Python/initconfig.c
@@ -80,6 +80,7 @@ static const char usage_5[] =
80
"PYTHONHOME : alternate <prefix> directory (or <prefix>%lc<exec_prefix>).\n"
81
" The default module search path uses %s.\n"
82
"PYTHONCASEOK : ignore case in 'import' statements (Windows).\n"
83
+"PYTHONUTF8: if set to 1, enable the UTF-8 mode.\n"
84
"PYTHONIOENCODING: Encoding[:errors] used for stdin/stdout/stderr.\n"
85
"PYTHONFAULTHANDLER: dump the Python traceback on fatal errors.\n";
86
static const char usage_6[] =
0 commit comments