In article <[EMAIL PROTECTED]>, Bruno Desthuilliers <[EMAIL PROTECTED]> wrote: >manstey a écrit : >> >> Is there a way to make a have the value a.val > >Forget about the value/instance distinction - it doesn't exists in Python.
Actually, I think it does. For example, int('123') has the value 123. The way I would put it, any type/class that has an eval()able representation has a value. -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ "I disrespectfully agree." --SJM
-- http://mail.python.org/mailman/listinfo/python-list