Message 86058 - Python tracker (original) (raw)
On Fri, Apr 17, 2009 at 3:45 AM, Raymond Hettinger <report@bugs.python.org> wrote:
Mark, any thoughts? I would like to apply this patch for ordering comparisons other than eq and ne.
Hi Raymond,
Sorry for not responding to this sooner. I'll post something to the issue tracker. In brief, this seems an improvement over the earlier proposal, just because there are no problems with hashes or container confusion. I'm still -0 on it, though---it just seems like too much magic: confusion will happen much more rarely, but it'll be that much more difficult to explain when it does occur.
IOW I wouldn't do this if it were just up to me, but not going to object if there's support from you and others.
Mark