diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2004-08-31 13:31:42 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2004-08-31 13:31:42 (GMT) |
commit | 810b76aebeadd44d4fcf35595cda8bce87a77103 (patch) | |
tree | 75950660397c6bac3fd391bff0f7c3d35c65b615 | |
parent | 7297da8a3519f316a4b67860931f7dc7a48d475a (diff) | |
download | cpython-810b76aebeadd44d4fcf35595cda8bce87a77103.zip cpython-810b76aebeadd44d4fcf35595cda8bce87a77103.tar.gz cpython-810b76aebeadd44d4fcf35595cda8bce87a77103.tar.bz2 |
Remove rotor, xreadlines modules
-rw-r--r-- | Lib/rexec.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/rexec.py b/Lib/rexec.py index 66d7afa..89ff509 100644 --- a/Lib/rexec.py +++ b/Lib/rexec.py @@ -136,9 +136,9 @@ class RExec(ihooks._Verbose): ok_builtin_modules = ('audioop', 'array', 'binascii', 'cmath', 'errno', 'imageop', 'marshal', 'math', 'md5', 'operator', - 'parser', 'regex', 'rotor', 'select', + 'parser', 'regex', 'select', 'sha', '_sre', 'strop', 'struct', 'time', - 'xreadlines', '_weakref') + '_weakref') ok_posix_names = ('error', 'fstat', 'listdir', 'lstat', 'readlink', 'stat', 'times', 'uname', 'getpid', 'getppid', |