]> granicus.if.org Git - python/commitdiff
Remove rotor, xreadlines modules
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 31 Aug 2004 13:31:42 +0000 (13:31 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 31 Aug 2004 13:31:42 +0000 (13:31 +0000)
Lib/rexec.py

index 66d7afaea85ef73856364a7264c60586d37d90df..89ff5097068b91ace9201432b81b554fabaee84a 100644 (file)
@@ -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',