mirror of https://github.com/python/cpython
Remove reference to pcre module
This commit is contained in:
parent
4ad9723ed8
commit
acf261862d
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in New Issue