Donn Ingle a écrit :

(about class attributes, instance attributes and lookup rules)
> Okay, I sort of see that. It's not a property

For clarity, better s/property/attribute/ here. In Python, property is a 
builtin class used for computed attributes.

> of 'j' so it looks upwards
> into the class. 
> This is kind of weird.

Given that methods and properties are (at least usually for methods) 
class attributes, this makes sens.

> It's not clear like Python usually is.

Mmm... It's certainly not obvious for newcomers, but this is easy to 
understand and IIRC well documented.

> Is this
> something intentional

Definitively, yes !-)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to