[Python-checkins] python/dist/src/Doc/lib libnew.tex,1.10,1.11
nnorwitz@users.sourceforge.net
nnorwitz at users.sourceforge.net
Tue Oct 11 05:23:48 CEST 2005
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20449/lib
Modified Files:
libnew.tex
Log Message:
SF bug #1323294, Minor error in the Library Reference doc. Will backport
Index: libnew.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libnew.tex,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- libnew.tex 17 Aug 2004 02:31:55 -0000 1.10
+++ libnew.tex 11 Oct 2005 03:23:45 -0000 1.11
@@ -47,9 +47,10 @@
%XXX This is still undocumented!!!!!!!!!!!
\end{funcdesc}
-\begin{funcdesc}{module}{name}
+\begin{funcdesc}{module}{name[, doc]}
This function returns a new module object with name \var{name}.
\var{name} must be a string.
+The optional \var{doc} argument can have any type.
\end{funcdesc}
\begin{funcdesc}{classobj}{name, baseclasses, dict}
More information about the Python-checkins
mailing list