On Mon, 18 Nov 2019 at 17:55, Random832 <[email protected]> wrote: > This particular chain of discussion is regarding a proposal to solve the > problem posed in the original topic by using a parenthesized tuple display, > i.e. code that looks like the following: > > with (open(filename1), open(filename2)) as (file1, file2):
Thanks. I'm still not convinced that's a "problem" that needs solving - backslashes are a little ugly but fine IMO. But I now understand the discussion in this subthread, so thanks for that. Paul _______________________________________________ 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/O4L6RLM27Q27OHC2WIFXNASZUEPMF4TC/ Code of Conduct: http://python.org/psf/codeofconduct/
