[Python-Dev] Merging PEP 310 and PEP 340-redux?

Bill Janssen janssen at parc.com
Sat May 14 04:19:25 CEST 2005


> I prefer 'with'.  The 'do' keyword sounds "loopy" and doesn't make
> grammatical sense.

I agree.  "with [VAR =] BLOCK:" just reads better.  "with BLOCK [as
VAR]:" is OK, too.  Or even "within", as in

  within BLOCK binding VAR:
      SOMETHING

Probably too techy.

Bill






















More information about the Python-Dev mailing list