[Python-bugs-list] [ python-Bugs-448546 ] rexec:make_re() should not use pre?

noreply@sourceforge.net noreply@sourceforge.net
Tue, 07 Aug 2001 12:49:45 -0700


Bugs item #448546, was opened at 2001-08-06 13:48
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=448546&group_id=5470

Category: Python Library
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Guido van Rossum (gvanrossum)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: rexec:make_re() should not use pre?

Initial Comment:
The rexec module contains a mysterious make_re()
function that seems to hard-code the 're' module as
using 'pre'.  Why is this?  Why can't the standard
'sre' module be used, and why does this module have to
be pre-initialized?

----------------------------------------------------------------------

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-08-07 12:49

Message:
Logged In: YES 
user_id=3066

This is no longer needed (appearantly something magic was
needed earlier, and this may not have been the best
solution).  It is not needed any more, so I've removed it in
revision 1.31.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=448546&group_id=5470