Here's something that might be wrong in Python (tried on v2.7):

>>> class int(str): pass

>>> int(3)
'3'

Mark
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to