Giovanni Bajo wrote: > I believe what he meant was that property change should not affect the state > of > anything but the *Python*'s object.
Then what counts as part of the Python object? If the object is wrapping a C struct from some library, is it okay for a property to change a member of that struct? -- Greg _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
