mirror of https://github.com/python/cpython
Clarify what ":errorhandler" refers to.
This commit is contained in:
parent
9cf1934090
commit
d987545d30
|
@ -484,7 +484,8 @@ These environment variables influence Python's behavior.
|
|||
.. envvar:: PYTHONIOENCODING
|
||||
|
||||
Overrides the encoding used for stdin/stdout/stderr, in the syntax
|
||||
encodingname:errorhandler, with the :errors part being optional.
|
||||
``encodingname:errorhandler``. The ``:errorhandler`` part is optional and
|
||||
has the same meaning as in :func:`str.encode`.
|
||||
|
||||
.. versionadded:: 2.6
|
||||
|
||||
|
|
Loading…
Reference in New Issue