[Python-Dev] PEP 343 updated with outcome of recent discussions

2005-10-28 Thread Nick Coghlan
Once the cron job works it magic, the updated PEP 343 should be available on the website. As far as I am aware, there aren't any more open issues, so it is once again ready for BDFL pronouncement. I also tinkered with the example naming a bit, and added a new example for the "nested" context m

Re: [Python-Dev] PEP 343 updated

2005-10-17 Thread Nick Coghlan
Andrew Koenig wrote: >> PEP 343 has been updated on python.org. > >> Highlights of the changes: > >>- changed the name of the PEP to be simply "The 'with' Statement" > > Do you mean PEP 346, perchance? PEP 343 is something else entirely. No, I mean PEP 343 - it describes Guido's proposal f

Re: [Python-Dev] PEP 343 updated

2005-10-17 Thread Nick Coghlan
Guido van Rossum wrote: > On 10/16/05, Nick Coghlan <[EMAIL PROTECTED]> wrote: > I hope you reverted the status to "Proposed"... I hadn't, but I've now fixed that in CVS (both in the PEP and the PEP index), and added some text into the PEP saying why it was reverted to Draft. > On the latter: I

Re: [Python-Dev] PEP 343 updated

2005-10-16 Thread Andrew Koenig
> PEP 343 has been updated on python.org. > Highlights of the changes: >- changed the name of the PEP to be simply "The 'with' Statement" Do you mean PEP 346, perchance? PEP 343 is something else entirely. ___ Python-Dev mailing list Python-Dev

Re: [Python-Dev] PEP 343 updated

2005-10-16 Thread Guido van Rossum
On 10/16/05, Nick Coghlan <[EMAIL PROTECTED]> wrote: > PEP 343 has been updated on python.org. > > Highlights of the changes: > >- changed the name of the PEP to be simply "The 'with' Statement" >- added __with__() method >- added section on standard terminology (that is, contexts/conte

[Python-Dev] PEP 343 updated

2005-10-16 Thread Nick Coghlan
PEP 343 has been updated on python.org. Highlights of the changes: - changed the name of the PEP to be simply "The 'with' Statement" - added __with__() method - added section on standard terminology (that is, contexts/context managers) - changed generator context decorator name to "co