mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Clarify what ":errorhandler" refers to.
This commit is contained in:
parent
9cf1934090
commit
d987545d30
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue