Remove reference to pcre module

This commit is contained in:
Andrew M. Kuchling 2004-06-02 17:40:43 +00:00
parent 4ad9723ed8
commit acf261862d

View file

@ -136,7 +136,7 @@ class RExec(ihooks._Verbose):
ok_builtin_modules = ('audioop', 'array', 'binascii', ok_builtin_modules = ('audioop', 'array', 'binascii',
'cmath', 'errno', 'imageop', 'cmath', 'errno', 'imageop',
'marshal', 'math', 'md5', 'operator', 'marshal', 'math', 'md5', 'operator',
'parser', 'regex', 'pcre', 'rotor', 'select', 'parser', 'regex', 'rotor', 'select',
'sha', '_sre', 'strop', 'struct', 'time', 'sha', '_sre', 'strop', 'struct', 'time',
'xreadlines', '_weakref') 'xreadlines', '_weakref')