mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
New environment variable PYTHONIOENCODING.
This commit is contained in:
parent
7f7ca35f5b
commit
99815892f6
10 changed files with 152 additions and 51 deletions
|
|
@ -481,6 +481,13 @@ These environment variables influence Python's behavior.
|
|||
|
||||
.. versionadded:: 2.6
|
||||
|
||||
.. envvar:: PYTHONIOENCODING
|
||||
|
||||
Overrides the encoding used for stdin/stdout/stderr, in the syntax
|
||||
encodingname:errorhandler, with the :errors part being optional.
|
||||
|
||||
.. versionadded:: 2.6
|
||||
|
||||
|
||||
.. envvar:: PYTHONNOUSERSITE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue