issubclass(bool, int) gives True
but
super(bool) gives <super: bool, None>

Do I not understand the meaning of super, or is this inconsistent?

(Until now I have not down much work with classes in Python.)

-- 
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to