Commit de02b084 authored by Steve Dower's avatar Steve Dower

Closes #22731: Documents change of console mode.

parent 2fadfc0e
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment