[Python-Dev] PEP 492 quibble and request

Antoine Pitrou solipsis at pitrou.net
Thu Apr 30 11:17:24 CEST 2015


On Thu, 30 Apr 2015 10:02:17 +0100
Paul Moore <p.f.moore at gmail.com> wrote:
> 
> Of course, if asyncio and the PEP *are* only really relevant to
> network protocols, then my impressions are actually correct and I
> should drop out of the discussion. But if that's the case, it seems
> like a lot of language change for a relatively specialist use case.

That's my impression too. There's nothing remotely horrible about
"yield from". Although we should have done the right thing from the
start, this is a lot of language churn to introduce *now*, not to
mention annoyingly similar but incompatible constructs that make the
language more difficult to understand.

So I'm rather -0.5 on the idea.

Regards

Antoine.




More information about the Python-Dev mailing list