* none wrote:

> classMyObject:
[...]

> As you can see, the _getProperty() method gets called properly when I do
>   'o.value'  but 'o.value = 123' does not seem to use the property
> stucture.   I can't figure out why 'o.value=123' does not call
> _setProperty()
> 
> Any ideas?

property only works as intended with new style classes.

nd
-- 
>>> Muschelflucht-Zusatzeinrichtung.
>> Shell-Escape ist ja noch klar, aber `Zusatzeinrichtung'?
> extension?
Feature.                          -- gefunden in de.org.ccc
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to