Em Qui, 2006-03-23 às 17:11 -0800, [EMAIL PROTECTED] escreveu:
> Since the classexpr isn't a raw string (not r prefix), doesn't the \t
> get converted to a tab character before it gets to the regex compiler?

>>> print '^\([ \t]*class +[a-zA-Z0-9_]+\) *( *) *\(\(=.*\)?\):'
^\([    ]*class +[a-zA-Z0-9_]+\) *( *) *\(\(=.*\)?\):

Yes... maybe that's the intention?

-- 
Felipe.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to