[Python-Dev] Multiline with statement line continuation (original) (raw)

Chris Angelico rosuav at gmail.com
Sat Aug 16 23:42:25 CEST 2014


On Sat, Aug 16, 2014 at 10:47 PM, Marko Rauhamaa <marko at pacujo.net> wrote:

You might be able to have it bothways. You could have: with (open(name) for name in os.listdir("config")) as files:

But that's not a tuple, it's a generator. Should generators be context managers? Is anyone seriously suggesting this? I don't think so. Is this solutions looking for problems?

ChrisA



More information about the Python-Dev mailing list