]> granicus.if.org Git - python/commitdiff
Remove reference to pcre module
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 2 Jun 2004 17:40:43 +0000 (17:40 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 2 Jun 2004 17:40:43 +0000 (17:40 +0000)
Lib/rexec.py

index 5911a3b9917fd965d8232f06fd4f1a85311f9c65..66d7afaea85ef73856364a7264c60586d37d90df 100644 (file)
@@ -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')