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


Groups > comp.lang.python > #90295 > unrolled thread

anomaly

Started byMark Rosenblitt-Janssen <dreamingforward@gmail.com>
First post2015-05-10 11:34 -0500
Last post2015-05-10 11:34 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

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

#90295 — anomaly

FromMark Rosenblitt-Janssen <dreamingforward@gmail.com>
Date2015-05-10 11:34 -0500
Subjectanomaly
Message-ID<mailman.316.1431275701.12865.python-list@python.org>
Here's something that might be wrong in Python (tried on v2.7):

>>> class int(str): pass

>>> int(3)
'3'

Mark

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web