]> granicus.if.org Git - python/commitdiff
Remove rotor reference
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 31 Aug 2004 13:49:36 +0000 (13:49 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 31 Aug 2004 13:49:36 +0000 (13:49 +0000)
Doc/lib/librexec.tex

index a456864bad29a552977d995254196452617f50d0..35619e6368a3768fc8085c7f3fc065da72013b5f 100644 (file)
@@ -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}