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
1 changed files with 1 additions and 1 deletions

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