diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2004-06-02 17:40:43 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2004-06-02 17:40:43 (GMT) |
commit | acf261862d1e84516fc337abfd02f6c5017b364f (patch) | |
tree | 1b3bdc4a86d01964004960595642c06511fee191 | |
parent | 4ad9723ed81ef8ff5b943df3cd7cd10323023200 (diff) | |
download | cpython-acf261862d1e84516fc337abfd02f6c5017b364f.zip cpython-acf261862d1e84516fc337abfd02f6c5017b364f.tar.gz cpython-acf261862d1e84516fc337abfd02f6c5017b364f.tar.bz2 |
Remove reference to pcre module
-rw-r--r-- | Lib/rexec.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ class RExec(ihooks._Verbose): 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') |