mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Remove rotor, xreadlines modules
This commit is contained in:
parent
7297da8a35
commit
810b76aebe
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue