On Jun 4, 1:49 am, yuce <[EMAIL PROTECTED]> wrote: > I had the same problem, you can > see:http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/130004 > for a solution. > > Happy hacking, > > Yuce
Thanks. I thought of doing something like that, but in my program, it's important that the order follow the actual nesting order. That is, I have a few nested generator each of which has its own 'finally', and I need the innermost ones to run first. How can I deal with that? -- http://mail.python.org/mailman/listinfo/python-list