Commit 426916e5 authored by Guido van Rossum's avatar Guido van Rossum

Add pcre to the list of safe modules.

parent f7a8b45d
......@@ -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',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment