[Python-Dev] PEP 343 "with" statement patch

Mike Bland mbland at acm.org
Tue Feb 21 21:39:53 CET 2006


With Neal Norwitz's help, I've submitted an initial patch to implement
the "with" statement from PEP 343 (SourceForge request ID 1435715). 
There is a little more work to be done (on the doc especially), and I
have a couple of questions written up on the SourceForge page, but the
code works to the best of my understanding of PEP 343 and has a fairly
comprehensive set of unit tests to verify it.

Looking forward to the review,

Mike


More information about the Python-Dev mailing list