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


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

Re: proposal: bring nonlocal to py2.x

Started byChris Angelico <rosuav@gmail.com>
First post2014-01-14 01:55 +1100
Last post2014-01-14 01:55 +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 01:55 +1100

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

FromChris Angelico <rosuav@gmail.com>
Date2014-01-14 01:55 +1100
SubjectRe: proposal: bring nonlocal to py2.x
Message-ID<mailman.5405.1389625274.18130.python-list@python.org>
On Tue, Jan 14, 2014 at 1:47 AM, Neal Becker <ndbecker2@gmail.com> wrote:
> py3 includes a fairly compelling feature: nonlocal keywork
> But backward compatibility is lost.  It would be very helpful
> if this was available on py2.x.

Python 2.x is no longer being developed. It won't be gaining features
like this. Use the nonlocal feature as a reason for migrating to
Python 3 :)

ChrisA

[toc] | [standalone]


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


csiph-web