From: Steve Dower Date: Fri, 9 Sep 2016 18:46:37 +0000 (-0700) Subject: Closes #22731: Documents change of console mode. X-Git-Tag: v3.6.0b1~193^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=de02b084e6e5c57be32414da87111679a89049f7;p=thirdparty%2FPython%2Fcpython.git Closes #22731: Documents change of console mode. --- diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst index 639819ce29a1..e78ddae70854 100644 --- a/Doc/c-api/init.rst +++ b/Doc/c-api/init.rst @@ -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)