MonkeeSage wrote:
> what am I missing?

To my eyes, when you write:

 >I think it muddies the water to say that a.a() and a.a are the same
 >thing--obviously they are not. In the common case, the first is a
 >method, and the second is a variable.

What you are most obviously missing is what's shown by

b=a.a
b()

IOW I am tempted to make the prediction that you never use bound methods as 
values :)

Cheers, BB

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to