From: "Jacob S." <[EMAIL PROTECTED]>
> > searchPat=re.compile("%s") % key # Doesn't work
> Now, what you seem to be using here is % formatting.
> The first thing I see wrong -- you should put the % key inside the
> parenthesisDoh! I missed that one completely! Well done Jacob. Alan G. Too much egg nog? _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
