proposal: bring nonlocal to py2.x

Chris Angelico rosuav at gmail.com
Mon Jan 13 10:28:47 EST 2014


On Tue, Jan 14, 2014 at 2:24 AM, Mark Lawrence <breamoreboy at yahoo.co.uk> wrote:
> But it could theoretically happen if Neal wants it so badly that he raises
> an issue on the bug tracker against Python 2.7, finds all the relevant
> source code in Python 3, back ports it, modifies all the relevant docs and
> unit tests, then finds some warm hearted person to commit the changes.  Five
> minute job.  Simples :)

It's even worse than that, because adding 'nonlocal' is not a bugfix.
So to be committed to the repo, it has to be approved for either 2.7
branch (which is in bugfix-only maintenance mode) or 2.8 branch (which
does not exist). Good luck. :)

ChrisA



More information about the Python-list mailing list