cpython: e93a8088a1f9 (original) (raw)
Mercurial > cpython
changeset 103432:e93a8088a1f9
Closes #22731: Documents change of console mode. [#22731]
Steve Dower steve.dower@microsoft.com | |
---|---|
date | Fri, 09 Sep 2016 11:47:02 -0700 |
parents | fbb4aa1fcc47(current diff)b31e803d5ad3(diff) |
children | 223c134af5a1 |
files | Doc/c-api/init.rst |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-)[+] [-] Doc/c-api/init.rst 4 |
line wrap: on
line diff
--- a/Doc/c-api/init.rst
+++ b/Doc/c-api/init.rst
@@ -37,6 +37,10 @@ Initializing and finalizing the interpre
(without calling :c:func:Py_FinalizeEx
first). There is no return value; it is a
fatal error if the initialization fails.