Skip to content

Commit b4f98f4

Browse files
methanevstinner
authored andcommitted
Add PYTHONUTF8 to commandline usage. (GH-17587) (GH-17599)
Co-Authored-By: Victor Stinner <[email protected]> (cherry picked from commit 95826c7)
1 parent 85924a4 commit b4f98f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ static const char usage_5[] =
131131
"PYTHONHOME : alternate <prefix> directory (or <prefix>%lc<exec_prefix>).\n"
132132
" The default module search path uses %s.\n"
133133
"PYTHONCASEOK : ignore case in 'import' statements (Windows).\n"
134+
"PYTHONUTF8: if set to 1, enable the UTF-8 mode.\n"
134135
"PYTHONIOENCODING: Encoding[:errors] used for stdin/stdout/stderr.\n"
135136
"PYTHONFAULTHANDLER: dump the Python traceback on fatal errors.\n";
136137
static const char usage_6[] =

0 commit comments

Comments
 (0)