From: Andrew M. Kuchling Date: Tue, 31 Aug 2004 13:31:42 +0000 (+0000) Subject: Remove rotor, xreadlines modules X-Git-Tag: v2.4a3~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=810b76aebeadd44d4fcf35595cda8bce87a77103;p=thirdparty%2FPython%2Fcpython.git Remove rotor, xreadlines modules --- diff --git a/Lib/rexec.py b/Lib/rexec.py index 66d7afaea85e..89ff5097068b 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',