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 85924a4 commit b4f98f4Copy full SHA for b4f98f4
Modules/main.c
@@ -131,6 +131,7 @@ static const char usage_5[] =
131
"PYTHONHOME : alternate <prefix> directory (or <prefix>%lc<exec_prefix>).\n"
132
" The default module search path uses %s.\n"
133
"PYTHONCASEOK : ignore case in 'import' statements (Windows).\n"
134
+"PYTHONUTF8: if set to 1, enable the UTF-8 mode.\n"
135
"PYTHONIOENCODING: Encoding[:errors] used for stdin/stdout/stderr.\n"
136
"PYTHONFAULTHANDLER: dump the Python traceback on fatal errors.\n";
137
static const char usage_6[] =
0 commit comments