[Python-checkins] python/dist/src/Doc/api utilities.tex,1.10,1.11
rhettinger at users.sourceforge.net
rhettinger at users.sourceforge.net
Mon Sep 22 11:25:53 EDT 2003
Update of /cvsroot/python/python/dist/src/Doc/api
In directory sc8-pr-cvs1:/tmp/cvs-serv14038
Modified Files:
utilities.tex
Log Message:
SF 810242. Fix doubled word errors.
Index: utilities.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/utilities.tex,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** utilities.tex 23 Apr 2003 19:27:35 -0000 1.10
--- utilities.tex 22 Sep 2003 15:25:50 -0000 1.11
***************
*** 148,152 ****
\var{name} argument may be of the form \code{package.module}).
First check the modules dictionary if there's one there, and if not,
! create a new one and insert in in the modules dictionary.
Return \NULL{} with an exception set on failure.
\note{This function does not load or import the module; if the
--- 148,152 ----
\var{name} argument may be of the form \code{package.module}).
First check the modules dictionary if there's one there, and if not,
! create a new one and insert it in the modules dictionary.
Return \NULL{} with an exception set on failure.
\note{This function does not load or import the module; if the
More information about the Python-checkins
mailing list