]> granicus.if.org Git - python/commit
Remove make_re() function; this is no longer needed since _sre and pcre
authorFred Drake <fdrake@acm.org>
Tue, 7 Aug 2001 19:49:15 +0000 (19:49 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 7 Aug 2001 19:49:15 +0000 (19:49 +0000)
commit56b5fdd295d7e4be64036529cbbb6ffd252ac6bc
tree028024d1c2287c8f41bb32bcaf652457dd46d4b1
parentc9fadf991c7905d9e483b65af8d9708fdcf44e71
Remove make_re() function; this is no longer needed since _sre and pcre
are now allowed by ok_builtin_modules.  This effectively backs out
revision 1.26.

This closes SF bug #448546.
Lib/rexec.py