Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #63832 > unrolled thread

Re: proposal: bring nonlocal to py2.x

Started byChris Angelico <rosuav@gmail.com>
First post2014-01-14 02:28 +1100
Last post2014-01-14 02:28 +1100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: proposal: bring nonlocal to py2.x Chris Angelico <rosuav@gmail.com> - 2014-01-14 02:28 +1100

#63832 — Re: proposal: bring nonlocal to py2.x

FromChris Angelico <rosuav@gmail.com>
Date2014-01-14 02:28 +1100
SubjectRe: proposal: bring nonlocal to py2.x
Message-ID<mailman.5408.1389626936.18130.python-list@python.org>
On Tue, Jan 14, 2014 at 2:24 AM, Mark Lawrence <breamoreboy@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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web