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


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

proposal: bring nonlocal to py2.x

Started byNeal Becker <ndbecker2@gmail.com>
First post2014-01-13 09:47 -0500
Last post2014-01-13 09:47 -0500
Articles 1 — 1 participant

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


Contents

  proposal: bring nonlocal to py2.x Neal Becker <ndbecker2@gmail.com> - 2014-01-13 09:47 -0500

#63828 — proposal: bring nonlocal to py2.x

FromNeal Becker <ndbecker2@gmail.com>
Date2014-01-13 09:47 -0500
Subjectproposal: bring nonlocal to py2.x
Message-ID<mailman.5404.1389624484.18130.python-list@python.org>
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.

[toc] | [standalone]


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


csiph-web