Hi all, I'm just looking for a quick runthrough on the differences between new style classes and the old ones, and how to use the new ones.
Also, how exactly do you use __slots__? I've got a 6000 object collection, and apparently using __slots__ will save memory, but only those attributes specified in __slots__ can be set, which suits my project fine. Is anyone able to point me in the right direction? Much thanks, Liam Clarke _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor