[Python-Dev] anomaly

Mark Rosenblitt-Janssen dreamingforward at gmail.com
Sun May 10 18:34:52 CEST 2015


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

>>> class int(str): pass

>>> int(3)
'3'

Mark


More information about the Python-Dev mailing list