>>>>> "gert" == gert  <[EMAIL PROTECTED]> writes:
gert> Why doesn't this new style class work in python 2.5.1 ?

Whether you declare your class as a new style class or an old style
class, your code is completely and utterly broken. Calling non-existing
methods has never been a good way of getting things done. :-)

Martin
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to