Re: [Python-Dev] context guards, context entry values, context managers, context contexts

2006-05-04 Thread Nick Coghlan
Fredrik Lundh wrote: > fwiw, I just tested > > http://pyref.infogami.com/with > > on a live audience, and most people seemed to grok the "context > guard" concept quite quickly. Compared to the various other changes made lately to PEP 343, s/manager/guard/ would be a fairly straightforward

Re: [Python-Dev] context guards, context entry values, context managers, context contexts

2006-05-04 Thread Phillip J. Eby
At 11:20 PM 5/4/2006 +0200, Fredrik Lundh wrote: >fwiw, I just tested > > http://pyref.infogami.com/with > >on a live audience, and most people seemed to grok the "context >guard" concept quite quickly. > >note sure about the "context entry value" term, though. anyone >has a better idea ? "gu

[Python-Dev] context guards, context entry values, context managers, context contexts

2006-05-04 Thread Fredrik Lundh
fwiw, I just tested http://pyref.infogami.com/with on a live audience, and most people seemed to grok the "context guard" concept quite quickly. note sure about the "context entry value" term, though. anyone has a better idea ? ___ Python-Dev