anomaly

Mark Rosenblitt-Janssen dreamingforward at gmail.com
Sun May 10 12:34:52 EDT 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-list mailing list