]> granicus.if.org Git - python/commitdiff
Add "exceptions" to the list of fundamental modules
authorFred Drake <fdrake@acm.org>
Tue, 14 Aug 2001 15:32:16 +0000 (15:32 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 14 Aug 2001 15:32:16 +0000 (15:32 +0000)
created by Py_Initialize().

This closes SF bug #450621.

Doc/api/api.tex

index 3e0fe3464045d95a742a54370b728fc12a966b4d..adcb2802584fae6e1fe9a26801bdab84edc594ac 100644 (file)
@@ -539,9 +539,9 @@ The basic initialization function is
 \cfunction{Py_Initialize()}\ttindex{Py_Initialize()}.
 This initializes the table of loaded modules, and creates the
 fundamental modules \module{__builtin__}\refbimodindex{__builtin__},
-\module{__main__}\refbimodindex{__main__} and 
-\module{sys}\refbimodindex{sys}.  It also initializes the module
-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}).%
 \indexiii{module}{search}{path}
 \withsubitem{(in module sys)}{\ttindex{path}}