[EMAIL PROTECTED] writes: > >foo = 3 > >bar = 3 > clearly foo and bar have the same value but they are different objects > aren't they?
No, they're the same object. Now try it with 300 instead of 3 ;-). -- http://mail.python.org/mailman/listinfo/python-list