import of source modules.
+.. envvar:: PYTHONIOENCODING
+
+ Overrides the encoding used for stdin/stdout/stderr, in the syntax
+ ``encodingname:errorhandler``. The ``:errorhandler`` part is optional and
+ has the same meaning as in :func:`str.encode`.
+
+
.. envvar:: PYTHONNOUSERSITE
If this is set, Python won't add the user site directory to sys.path
If set, Python will dump objects and reference counts still alive after
shutting down the interpreter.
-.. 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:: PYTHONMALLOCSTATS