Nick Coghlan <[EMAIL PROTECTED]> writes:
> So let's use it for expression naming in 'if' statements, too.
> 
> if someregexp.match(s) as m:
>    # blah using m
> elif someotherregexp.match(s) as m:
>    # blah using m

Certainly an improvement over what we have now.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to