Named code blockes

Fredrik Lundh fredrik at pythonware.com
Thu Apr 12 16:07:01 EDT 2001


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





More information about the Python-list mailing list