]> granicus.if.org Git - python/commitdiff
Add pcre to the list of safe modules.
authorGuido van Rossum <guido@python.org>
Wed, 22 Oct 1997 20:56:32 +0000 (20:56 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 22 Oct 1997 20:56:32 +0000 (20:56 +0000)
Lib/rexec.py

index a548e24348ebec7913764b722288426a13c0d5cf..c181d4350dccbb432471d6f3410d478409e607f3 100644 (file)
@@ -133,7 +133,7 @@ class RExec(ihooks._Verbose):
     ok_builtin_modules = ('audioop', 'array', 'binascii',
                          'cmath', 'errno', 'imageop',
                          'marshal', 'math', 'md5', 'operator',
-                         'parser', 'regex', 'rotor', 'select',
+                         'parser', 'regex', 'pcre', 'rotor', 'select',
                          'strop', 'struct', 'time')
 
     ok_posix_names = ('error', 'fstat', 'listdir', 'lstat', 'readlink',