Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #90295

anomaly

Date 2015-05-10 11:34 -0500
Subject anomaly
From Mark Rosenblitt-Janssen <dreamingforward@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.316.1431275701.12865.python-list@python.org> (permalink)

Show all headers | View raw


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

>>> class int(str): pass

>>> int(3)
'3'

Mark

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

anomaly Mark Rosenblitt-Janssen <dreamingforward@gmail.com> - 2015-05-10 11:34 -0500

csiph-web