mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Forward-port PYTHONIOENCODING.
This commit is contained in:
parent
e95593e9b1
commit
0f5998911c
4 changed files with 45 additions and 6 deletions
|
@ -96,6 +96,7 @@ static char *usage_5 = "\
|
|||
PYTHONHOME : alternate <prefix> directory (or <prefix>%c<exec_prefix>).\n\
|
||||
The default module search path uses %s.\n\
|
||||
PYTHONCASEOK : ignore case in 'import' statements (Windows).\n\
|
||||
PYTHONIOENCODING: Encoding[:errors] used for stdin/stdout/stderr.\n\
|
||||
";
|
||||
|
||||
#ifndef MS_WINDOWS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue