Hi all, Thanks for all the help regarding decorators. It makes more sense now.
I was double checking that I remembered the isinstance order of arguments correctly by using the command line interpreter, and found something very odd. >>> a = 5 >>> isinstance(a, int) True >>> a is int False What happened there? Don't these do the same thing? I thought I could use them interchangeably? -- Alex Hall Automatic Distributors, IT department [email protected] _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor
