Aahz wrote: > Remember that in its current form super() is a regular function; it > cannot be implied without stack hackery. I'm not sure it's all that easy even with stack hackery. Remember that you want the class that the def statement of the method was written inside, not the class of self. -- Greg