mirror of
https://github.com/python/cpython.git
synced 2025-11-13 23:46:24 +00:00
Remove reference to pcre module
This commit is contained in:
parent
4ad9723ed8
commit
acf261862d
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue