Add sha and _sre to the list of allowed built-in modules.

This commit is contained in:
Fred Drake 2001-06-22 18:19:16 +00:00
parent f66cb5d0eb
commit a2d848e99c
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ class RExec(ihooks._Verbose):
'cmath', 'errno', 'imageop',
'marshal', 'math', 'md5', 'operator',
'parser', 'regex', 'pcre', 'rotor', 'select',
'strop', 'struct', 'time')
'sha', '_sre', 'strop', 'struct', 'time')
ok_posix_names = ('error', 'fstat', 'listdir', 'lstat', 'readlink',
'stat', 'times', 'uname', 'getpid', 'getppid',