On Tue, Jan 14, 2014 at 1:47 AM, Neal Becker <ndbeck...@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 -- https://mail.python.org/mailman/listinfo/python-list