[Python-ideas] Is this PEP-able? for X in ListY while conditionZ:

Nick Coghlan ncoghlan at gmail.com
Sun Jun 30 14:40:27 CEST 2013


On 30 June 2013 21:41, Andrew Barnert <abarnert at yahoo.com> wrote:
> It was worth exploring whether there are any obvious options—after all, we did reduce the need for map and filter calls, maybe we could do the same for takewhile—but that doesn't mean we have to pick the least bad if all of them are bad, it just means the answer is no.
>
> And I think at this point, your earlier suggestion of drafting a PEP to get all of the bad ideas explicitly rejected is a better use of time than trying to draft a PEP to push for one of them.

Well said, and well argued. I concede the point :)

Cheers,
Nick.

--
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-ideas mailing list