summaryrefslogtreecommitdiffstats
path: root/Doc/api/api.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-08-14 15:32:16 (GMT)
committerFred Drake <fdrake@acm.org>2001-08-14 15:32:16 (GMT)
commit680cabb2250ed2359d93369e48011a9e376fe18d (patch)
tree74deebdeaea1621dc095c076e2a484b1130072ea /Doc/api/api.tex
parent280f7253e4a9928ca1601cd8d7fba18bfd432dd5 (diff)
downloadcpython-680cabb2250ed2359d93369e48011a9e376fe18d.zip
cpython-680cabb2250ed2359d93369e48011a9e376fe18d.tar.gz
cpython-680cabb2250ed2359d93369e48011a9e376fe18d.tar.bz2
Add "exceptions" to the list of fundamental modules
created by Py_Initialize(). This closes SF bug #450621.
Diffstat (limited to 'Doc/api/api.tex')
-rw-r--r--Doc/api/api.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/api/api.tex b/Doc/api/api.tex
index 3e0fe34..adcb280 100644
--- a/Doc/api/api.tex
+++ b/Doc/api/api.tex
@@ -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}}