Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #36413 > unrolled thread
| Started by | Kelvin Li <ltwisabc@gmail.com> |
|---|---|
| First post | 2013-01-07 21:28 -0800 |
| Last post | 2013-01-07 21:28 -0800 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
comparison between non-comparable objects Kelvin Li <ltwisabc@gmail.com> - 2013-01-07 21:28 -0800
| From | Kelvin Li <ltwisabc@gmail.com> |
|---|---|
| Date | 2013-01-07 21:28 -0800 |
| Subject | comparison between non-comparable objects |
| Message-ID | <mailman.261.1357622895.2939.python-list@python.org> |
The language reference says: "...the choice whether one object [of built-in type] is considered smaller or larger than another one is made arbitrarily..." but that seems to be Python 2 behavior; Python 3 apparently raises a TypeError. Does the documentation need updating? Thanks, Kelvin
Back to top | Article view | comp.lang.python
csiph-web