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')