Closes #22731: Documents change of console mode.

This commit is contained in:
Steve Dower 2016-09-09 11:46:37 -07:00
parent 2fadfc0ead
commit de02b084e6
1 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,10 @@ Initializing and finalizing the interpreter
(without calling :c:func:`Py_Finalize` first). There is no return value; it is a
fatal error if the initialization fails.
.. note::
On Windows, changes the console mode from ``O_TEXT`` to ``O_BINARY``, which will
also affect non-Python uses of the console using the C Runtime.
.. c:function:: void Py_InitializeEx(int initsigs)