2016-05-31 15:01 GMT+02:00 Sven R. Kunze srkunze@mail.de:
Anyway, what's the difference between:
a = <something>
and
def a = <something>
def a = <something>
will bind name 'a' to <something>, there was proposal to make it equivalent for a = <something>.__def__('a', <module name>, <qual name>)