Commit acf26186 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Remove reference to pcre module

parent 4ad9723e
......@@ -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')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment