[Python-Dev] Acquire/release functionality (Was: Extended Function syntax)

Samuele Pedroni pedronis@bluewin.ch
Mon, 3 Feb 2003 13:09:05 +0100


From: "Bernhard Herzog" <bh@intevation.de>
> I guess. Urgs. You can't normally omit assignment targets on the left
> hand side of a sequence unpacking in python. I don't see why this should
> be allowed for with. Nested withs handle this in a cleaner way as well,
> IMO.
> 

I agree one 'with', [at most] one var is better.