OKB (not okblacke) wrote: > Why doesn't it?
because whoever wrote the class didn't do things that way, mostly for efficiency reasons. there's nothing in Python that keeps you from using template methods if you want, but that's a costly approach, so it's not very common. I suggest reading up on OO design patterns. </F> -- http://mail.python.org/mailman/listinfo/python-list