mirror of https://github.com/python/cpython
Remove rotor, xreadlines modules
This commit is contained in:
parent
7297da8a35
commit
810b76aebe
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue