From: Andrew M. Kuchling Date: Tue, 31 Aug 2004 13:49:36 +0000 (+0000) Subject: Remove rotor reference X-Git-Tag: v2.4a3~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ecd575492573b20f3a2f52b0f2a397e79226af62;p=python Remove rotor reference --- diff --git a/Doc/lib/librexec.tex b/Doc/lib/librexec.tex index a456864bad..35619e6368 100644 --- a/Doc/lib/librexec.tex +++ b/Doc/lib/librexec.tex @@ -200,7 +200,7 @@ this module.) 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}