Samuele Pedroni <pedronis at strakt.com> wrote: > > > > > > > > def do(): > > print "setup" > > try: > > yield None > > finally: > > print "tear down" > > > > doesn't quite work (if it did, all you would need is syntactic sugar > > for "for > > dummy in"). > > > PEP325 is about that PEP 288 can be used like that. - Josiah