Kaydet (Commit) 810b76ae authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Remove rotor, xreadlines modules

üst 7297da8a
......@@ -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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment