On 2 March 2018 at 11:43, Chris Angelico <[email protected]> wrote: > After dozens of posts and a wide variety of useful opinions and > concerns being raised, here is the newest version of PEP 572 for your > debating pleasure.
This is a distinct improvement - thanks for incorporating the varied feedback so well. I still remain -1, though. Reasons scattered through the other thread but mostly relating to the fact that there are subtle differences between statement-local names and other names in Python (notably that you can't close over them). I don't think the benefits of the proposal are sufficient to justify introducing a new similar-but-subtly-different type of name. Paul _______________________________________________ Python-ideas mailing list [email protected] https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
