10000 Add PYTHONUTF8 to commandline usage. (GH-17587) · python/cpython@95826c7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 95826c7

Browse files
methanevstinner
andauthored
Add PYTHONUTF8 to commandline usage. (GH-17587)
Co-Authored-By: Victor Stinner <vstinner@python.org>
1 parent 8289e27 commit 95826c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/initconfig.c

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

0 commit comments

Comments
 (0)
0