[Python-checkins] python/dist/src/Doc/lib librexec.tex,1.21,1.22
akuchling at users.sourceforge.net
akuchling at users.sourceforge.net
Tue Aug 31 15:49:43 CEST 2004
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30713/Doc/lib
Modified Files:
librexec.tex
Log Message:
Remove rotor reference
Index: librexec.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/librexec.tex,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- librexec.tex 13 May 2003 14:16:18 -0000 1.21
+++ librexec.tex 31 Aug 2004 13:49:36 -0000 1.22
@@ -200,7 +200,7 @@
Contains the names of built-in modules which can be safely imported.
The value for \class{RExec} is \code{('audioop', 'array', 'binascii',
'cmath', 'errno', 'imageop', 'marshal', 'math', 'md5', 'operator',
-'parser', 'regex', 'rotor', 'select', 'sha', '_sre', 'strop',
+'parser', 'regex', 'select', 'sha', '_sre', 'strop',
'struct', 'time')}. A similar remark about overriding this variable
applies --- use the value from the base class as a starting point.
\end{memberdesc}
More information about the Python-checkins
mailing list