Ben Finney <[EMAIL PROTECTED]> writes:

> Robert Kern <[EMAIL PROTECTED]> writes:
> 
> > And if you want to really blow your mind,
> > 
> > print isinstance(type, object)  # True
> > print isinstance(object, type)  # True
> 
> Not what I see here.

Ah, you tricked me! The parent message to yours was talking about
'issubclass' but you switched to 'isinstance'.

Nothing to see here.

-- 
 \     "Never do anything against conscience even if the state demands |
  `\                                             it." —Albert Einstein |
_o__)                                                                  |
Ben Finney
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to