put PYTHONIOENCODING in man page
This commit is contained in:
parent
90bbaa57f9
commit
ee85a1d3bb
@ -384,9 +384,18 @@ files).
|
|||||||
.IP PYTHONINSPECT
|
.IP PYTHONINSPECT
|
||||||
If this is set to a non-empty string it is equivalent to specifying
|
If this is set to a non-empty string it is equivalent to specifying
|
||||||
the \fB\-i\fP option.
|
the \fB\-i\fP option.
|
||||||
|
.IP PYTHONIOENCODING
|
||||||
|
If this is set before running the interpreter, it overrides the encoding used
|
||||||
|
for stdin/stdout/stderr, in the syntax
|
||||||
|
.IB encodingname ":" errorhandler
|
||||||
|
The
|
||||||
|
.IB errorhandler
|
||||||
|
part is optional and has the same meaning as in str.encode. For stderr, the
|
||||||
|
.IB errorhandler
|
||||||
|
part is ignored; the handler will always be \'backslashreplace\'.
|
||||||
.IP PYTHONNOUSERSITE
|
.IP PYTHONNOUSERSITE
|
||||||
If this is set to a non-empty string it is equivalent to specifying
|
If this is set to a non-empty string it is equivalent to specifying the
|
||||||
the \fB\-s\fP option (Don't add the user site directory to sys.path).
|
\fB\-s\fP option (Don't add the user site directory to sys.path).
|
||||||
.IP PYTHONUNBUFFERED
|
.IP PYTHONUNBUFFERED
|
||||||
If this is set to a non-empty string it is equivalent to specifying
|
If this is set to a non-empty string it is equivalent to specifying
|
||||||
the \fB\-u\fP option.
|
the \fB\-u\fP option.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user