Re: With Statement Contexts and Context Managers

2007-07-31 Thread G
Great thanks. On 7/31/07, Carsten Haese <[EMAIL PROTECTED]> wrote: > > On Tue, 2007-07-31 at 14:57 -0400, G wrote: > > Hi, > > > >Could somebody please point me to a good resource to read about > > the contexts, context managers, and with_statement > > > > There's PEP 343 at http://www.python.

Re: With Statement Contexts and Context Managers

2007-07-31 Thread Carsten Haese
On Tue, 2007-07-31 at 14:57 -0400, G wrote: > Hi, > >Could somebody please point me to a good resource to read about > the contexts, context managers, and with_statement > There's PEP 343 at http://www.python.org/dev/peps/pep-0343/. I don't know if that fits your definition of "good," but it

With Statement Contexts and Context Managers

2007-07-31 Thread G
Hi, Could somebody please point me to a good resource to read about the contexts, context managers, and with_statement Best Rgd, G. -- http://mail.python.org/mailman/listinfo/python-list