Ilpo Nyyssönen wrote:
.......
> 
> with locking(mutex), opening(readfile) as input:
>     ...
....

with EXPR as x:
      BLOCK

EXPR can be a tuple so the above would be ambiguous.

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

Reply via email to