Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 280f725 commit 680cabbCopy full SHA for 680cabb
1 file changed
Doc/api/api.tex
@@ -539,9 +539,9 @@ \section{Embedding Python \label{embedding}}
539
\cfunction{Py_Initialize()}\ttindex{Py_Initialize()}.
540
This initializes the table of loaded modules, and creates the
541
fundamental modules \module{__builtin__}\refbimodindex{__builtin__},
542
-\module{__main__}\refbimodindex{__main__} and
543
-\module{sys}\refbimodindex{sys}. It also initializes the module
544
-search path (\code{sys.path}).%
+\module{__main__}\refbimodindex{__main__}, \module{sys}\refbimodindex{sys},
+and \module{exceptions}.\refbimodindex{exceptions} It also initializes
+the module search path (\code{sys.path}).%
545
\indexiii{module}{search}{path}
546
\withsubitem{(in module sys)}{\ttindex{path}}
547
0 commit comments