in reply to Re^5: Line numbers
in thread Line numbers

Actually, this is wrong!
When you say: print (caller(0))[0], print is interpretated as a function (equaivalent to print('hi')[0]), but it works fine if you say: print '', (caller(0))[0]