From 2693d087940f7a9d0820d11e1372b77b7133dfec Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Wed, 13 Oct 2010 22:23:03 +0000 Subject: Merged revisions 85436 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85436 | benjamin.peterson | 2010-10-13 17:20:15 -0500 (Wed, 13 Oct 2010) | 1 line put PYTHONIOENCODING in man page ........ --- Misc/python.man | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Misc/python.man b/Misc/python.man index b96c860..87f1c93 100644 --- a/Misc/python.man +++ b/Misc/python.man @@ -384,9 +384,18 @@ files). .IP PYTHONINSPECT If this is set to a non-empty string it is equivalent to specifying 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 -If this is set to a non-empty string it is equivalent to specifying -the \fB\-s\fP option (Don't add the user site directory to sys.path). +If this is set to a non-empty string it is equivalent to specifying the +\fB\-s\fP option (Don't add the user site directory to sys.path). .IP PYTHONUNBUFFERED If this is set to a non-empty string it is equivalent to specifying the \fB\-u\fP option. -- cgit v0.12