Change error message raised when free variable is not yet bound. It
now raises NameError instead of UnboundLocalError, because the var in question is definitely not local. (This affects test_scope.py) Also update the recent fix by Ping using get_func_name(). Replace tests of get_func_name() return value with call to get_func_desc() to match all the other uses.
J
Jeremy Hylton committed
c76770c68c40021322c221dd6bcd62bf98356a33
Parent: 62effc1