On Tuesday 30 April 2002 22:57, Boudewijn Rempt wrote:
> self.item.field = f
I must have been sleeping not to catch this typo:
self.item().field = f
It works after all -- I can add things to the object,
but not to the class.
Right, back to my regularly scheduled drowsing.