Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 680cabb

Browse files
committed
Add "exceptions" to the list of fundamental modules
created by Py_Initialize(). This closes SF bug #450621.
1 parent 280f725 commit 680cabb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/api/api.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -539,9 +539,9 @@ \section{Embedding Python \label{embedding}}
539539
\cfunction{Py_Initialize()}\ttindex{Py_Initialize()}.
540540
This initializes the table of loaded modules, and creates the
541541
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}).%
542+
\module{__main__}\refbimodindex{__main__}, \module{sys}\refbimodindex{sys},
543+
and \module{exceptions}.\refbimodindex{exceptions} It also initializes
544+
the module search path (\code{sys.path}).%
545545
\indexiii{module}{search}{path}
546546
\withsubitem{(in module sys)}{\ttindex{path}}
547547

0 commit comments

Comments
 (0)