On Tue, Apr 20, 2010 at 7:38 AM, Chris Rebert <c...@rebertia.com> wrote:

> Additionally, `self.x = int` might not do what you thought it does. It
> does *not* create a new instance variable of type 'int'. Instead, it
> literally assigns to a new instance variable x the *function*† that
> converts values into integers.
>

Thanks, Chris. I'm well aware of that. =]

Cheers,
Xav
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to