[Python-ideas] The Return of Implicit Lambda (Re: Allowing breaks in generator expressions by overloading the while keyword)

Chris Angelico rosuav at gmail.com
Mon Feb 24 09:51:57 CET 2014


On Mon, Feb 24, 2014 at 7:21 PM, Andrew Barnert <abarnert at yahoo.com> wrote:
> So, I think it is worth reviving and extending PEP 312. What would help most in getting that idea considered? Gathering more concrete examples? Buiilding an implementation? Both?
>

Examples are good. Especially if you can write a script that finds
potentials. Feel free to use this script of mine as a basis:

https://github.com/Rosuav/ExceptExpr/blob/master/find_except_expr.py

ChrisA


More information about the Python-ideas mailing list