]> granicus.if.org Git - python/commitdiff
Add sha and _sre to the list of allowed built-in modules.
authorFred Drake <fdrake@acm.org>
Fri, 22 Jun 2001 18:19:16 +0000 (18:19 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 22 Jun 2001 18:19:16 +0000 (18:19 +0000)
Lib/rexec.py

index cb397ce75c9676a5c1ceae43e7ca6a1f738bb619..307c03832def86a2c93efc56398c9f825cc7150c 100644 (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',