Thank you Guido :-)

Regards

Antoine.


On Tue, 16 Jun 2020 16:07:43 -0700
Guido van Rossum <gu...@python.org> wrote:
> After taking a break to recapitulate from the vigorous debate, Brandt
> Bucher has revised PEP 618 <https://www.python.org/dev/peps/pep-0618/> and
> submitted it for review <https://github.com/python/peps/pull/1429>. I
> volunteered to be PEP-Delegate (the new term for the outdated
> BDFL-Delegate) and the SC has approved
> <https://github.com/python/steering-council/issues/28#issuecomment-644280869>
> me for this role. (Note that Antoine, the PEP's sponsor, declined to be the
> lightning rod, er, PEP-Delegate.)
> 
> I have now reviewed the PEP and skimmed some of the more recent discussion
> about the topic. It is clear that no solution will win everyone over. But
> most seem to agree that offering *some* solution for the stated problem is
> better than none.
> 
> To spare us more heartache, I am hereby accepting PEP 618. I expect that
> the implementation <https://github.com/python/cpython/pull/20921> will land
> soon.
> 
> I have two very minor editorial remarks, which Brandt may address at his
> leisure:
> 
> - The "Backward Compatibility" section could be beefed up slightly, e.g. by
> pointing out that the default remains strict=False and that zip previously
> did not take keyword arguments at all.
> 
> - The error messages are somewhat odd: why is the error sometimes that one
> iterator is too long, and other times that one iterator is too short? All
> we really know is that not all iterators have the same length, but the
> current phrasing seems to be assuming that the first iterator is never too
> short or too long.
> 
> Congratulations, Brandt!
> 


_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/RDJHHCKS2AYKY2TGBBLRHZDLD5IXAFL2/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to