Ivan Pozdeev via Python-Dev wrote: > "as" was suggested even before is became a keyword in `with'. ( if > (re.match(regex,line) as m) is not None: <do smth> ) That's not equivalent where/given, though, since it still has the asymmetry problem. -- Greg