[Python-checkins] CVS: python/dist/src/Doc/api api.tex,1.138,1.139

Fred L. Drake fdrake@users.sourceforge.net
Tue, 14 Aug 2001 08:32:18 -0700


Update of /cvsroot/python/python/dist/src/Doc/api
In directory usw-pr-cvs1:/tmp/cvs-serv21226

Modified Files:
	api.tex 
Log Message:
Add "exceptions" to the list of fundamental modules
created by Py_Initialize().

This closes SF bug #450621.


Index: api.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/api.tex,v
retrieving revision 1.138
retrieving revision 1.139
diff -C2 -d -r1.138 -r1.139
*** api.tex	2001/08/10 21:31:12	1.138
--- api.tex	2001/08/14 15:32:16	1.139
***************
*** 540,546 ****
  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}).%
  \indexiii{module}{search}{path}
  \withsubitem{(in module sys)}{\ttindex{path}}
--- 540,546 ----
  This initializes the table of loaded modules, and creates the
  fundamental modules \module{__builtin__}\refbimodindex{__builtin__},
! \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}}