diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2004-08-31 13:49:36 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2004-08-31 13:49:36 (GMT) |
commit | ecd575492573b20f3a2f52b0f2a397e79226af62 (patch) | |
tree | 8f92d90b61abe49ff560c1e2515f229b115116df /Doc | |
parent | 010b887cf6b09b89960c55c4ffe95818b4fca7ad (diff) | |
download | cpython-ecd575492573b20f3a2f52b0f2a397e79226af62.zip cpython-ecd575492573b20f3a2f52b0f2a397e79226af62.tar.gz cpython-ecd575492573b20f3a2f52b0f2a397e79226af62.tar.bz2 |
Remove rotor reference
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/librexec.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/librexec.tex b/Doc/lib/librexec.tex index a456864..35619e6 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} |