I spent some time today fixing the compiler package so that it uses the new metaclass syntax and generates the correct new-style code for class definitions. But when testing this, I found that there's another newfangled piece of syntax it doesn't understand: nonlocal. Can anyone who is more familiar with the nonlocal implementation fix this?
-- --Guido van Rossum (home page: http://www.python.org/~guido/) _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
