commit | acf261862d1e84516fc337abfd02f6c5017b364f | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Wed Jun 02 17:40:43 2004 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Wed Jun 02 17:40:43 2004 +0000 |
tree | 1b3bdc4a86d01964004960595642c06511fee191 | |
parent | 4ad9723ed81ef8ff5b943df3cd7cd10323023200 [diff] [blame] |
Remove reference to pcre module
diff --git a/Lib/rexec.py b/Lib/rexec.py index 5911a3b..66d7afa 100644 --- a/Lib/rexec.py +++ b/Lib/rexec.py
@@ -136,7 +136,7 @@ ok_builtin_modules = ('audioop', 'array', 'binascii', 'cmath', 'errno', 'imageop', 'marshal', 'math', 'md5', 'operator', - 'parser', 'regex', 'pcre', 'rotor', 'select', + 'parser', 'regex', 'rotor', 'select', 'sha', '_sre', 'strop', 'struct', 'time', 'xreadlines', '_weakref')