Re: [Python-Dev] PEP 343 - multiple context managers in one statement

2005-10-26 Thread Paul Moore
On 10/25/05, Nick Coghlan <[EMAIL PROTECTED]> wrote: > Paul Moore wrote: [...] > > Has the option of letting the with statement admit multiple context > > managers been considered (and presumably rejected)? [...] > Not rejected - deliberately left as a future option (this is the reason why > the RH

Re: [Python-Dev] PEP 343 - multiple context managers in one statement

2005-10-25 Thread Nick Coghlan
Paul Moore wrote: > I have a deep suspicion that this has been done to death already, but > my searching ability isn't up to finding the reference. So I'll simply > ask the question, and not offer a long discussion: > > Has the option of letting the with statement admit multiple context > managers

[Python-Dev] PEP 343 - multiple context managers in one statement

2005-10-25 Thread Paul Moore
I have a deep suspicion that this has been done to death already, but my searching ability isn't up to finding the reference. So I'll simply ask the question, and not offer a long discussion: Has the option of letting the with statement admit multiple context managers been considered (and presumab