Matthieu TC <[EMAIL PROTECTED]> wrote:

>May I suggest giving the possibility to use any delimiter for a raw string?  
>just like in Vi or ruby.
>
>Vi:
> %s_a_b_g  is valid and so is  %s/a/b/g
>
>Ruby:
> %q{dj'\ks'a\'"}   or %q-dj'\ks'a\'"-
>
>So as long as your regex does not use all the valid characters, readability is 
>maintained.

But what about my program that wants to use r_a_b_ as an identifier?
-- 
Tim Roberts, [EMAIL PROTECTED]
Providenza & Boekelheide, Inc.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to