commit | 426916e50e1209d8ecc12678855dc531863a48c5 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Oct 22 20:56:32 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Oct 22 20:56:32 1997 +0000 |
tree | 3f9e99a711ecb442c21c38c7dc03e35cbd211c53 | |
parent | f7a8b45d71b4808f11a6abed26c096014a8e58d2 [diff] |
Add pcre to the list of safe modules.
diff --git a/Lib/rexec.py b/Lib/rexec.py index a548e24..c181d43 100644 --- a/Lib/rexec.py +++ b/Lib/rexec.py
@@ -133,7 +133,7 @@ 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',