Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #90295 > unrolled thread
| Started by | Mark Rosenblitt-Janssen <dreamingforward@gmail.com> |
|---|---|
| First post | 2015-05-10 11:34 -0500 |
| Last post | 2015-05-10 11:34 -0500 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
anomaly Mark Rosenblitt-Janssen <dreamingforward@gmail.com> - 2015-05-10 11:34 -0500
| From | Mark Rosenblitt-Janssen <dreamingforward@gmail.com> |
|---|---|
| Date | 2015-05-10 11:34 -0500 |
| Subject | anomaly |
| 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
Back to top | Article view | comp.lang.python
csiph-web