Another idea -- use semicolons to separate "as" clauses in
a with statement, and allow newlines after them.
with open(name1) as f1;
open(name2) as f2;
open(name3) as f3:
...
--
Greg
_______________________________________________
Python-ideas mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at
https://mail.python.org/archives/list/[email protected]/message/3ZNH2BVKIFV5QX6PDIFSZTUPPRY2FJLK/
Code of Conduct: http://python.org/psf/codeofconduct/