> Greg> re in string > > Greg> should be made to work too, where re is a regular > Greg> expression object? > > Then the core language would have to know about regular > expressions, right? Um, yes. That kills the idea (unless you want to write this as "string in re", which almost makes sense :-). --Guido van Rossum (home page: http://www.python.org/~guido/)