Aahz Maruch wrote: > >Is there a discussion/sugesstion about enabling named code blockes (like > >lisp, perl ...) in Python? > > What's a named code block? anonymous statement suites, not just anonymous expressions like today's lambdas. (imo, nested scopes are pretty useless without real blocks) Cheers /F