In article <[EMAIL PROTECTED]>,
Christian Heimes  <[EMAIL PROTECTED]> wrote:
>Steven D'Aprano wrote:
>>
>> I'm not quite sure I understand that criticism. How is that different 
>> from things which are not properties?
>> 
>> foo.baz = 2 # oops, I meant bar
>> 
>> will succeed regardless of whether foo.bar is an attribute or a property.
>
>Unless it's a new style class with __slots__

[....]

Naw, I'll skip the rant this time.  ;-)
-- 
Aahz ([EMAIL PROTECTED])           <*>         http://www.pythoncraft.com/

"Typing is cheap.  Thinking is expensive."  --Roy Smith
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to