From: Andrew M. Kuchling Date: Wed, 2 Jun 2004 17:40:43 +0000 (+0000) Subject: Remove reference to pcre module X-Git-Tag: v2.4a1~302 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=acf261862d1e84516fc337abfd02f6c5017b364f;p=python Remove reference to pcre module --- diff --git a/Lib/rexec.py b/Lib/rexec.py index 5911a3b991..66d7afaea8 100644 --- a/Lib/rexec.py +++ b/Lib/rexec.py @@ -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')