This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients facundobatista, jdunck, lorg, mark.dickinson, rhettinger
Date 2009-04-17.08:37:07
SpamBayes Score 3.2253022e-06
Marked as misclassified No
Message-id <5c6f2a5d0904170137r7f6d2434s5ffec960e752b5f3@mail.gmail.com>
In-reply-to <1239936359.54.0.830985898776.issue2531@psf.upfronthosting.co.za>
Content
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
History
Date User Action Args
2009-04-17 08:37:09mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, facundobatista, jdunck, lorg
2009-04-17 08:37:08mark.dickinsonlinkissue2531 messages
2009-04-17 08:37:07mark.dickinsoncreate