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.

作者 mark.dickinson
收信人 facundobatista, jdunck, lorg, mark.dickinson, rhettinger
日期 2009-04-17.08:37:07
SpamBayes Score 3.2253022e-06
Marked as misclassified
Message-id <5c6f2a5d0904170137r7f6d2434s5ffec960e752b5f3@mail.gmail.com>
In-reply-to <1239936359.54.0.830985898776.issue2531@psf.upfronthosting.co.za>
内容
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
历史
日期 用户 动作 参数
2009-04-17 08:37:09mark.dickinson修改recipients: + mark.dickinson, rhettinger, facundobatista, jdunck, lorg
2009-04-17 08:37:08mark.dickinson链接issue2531 messages
2009-04-17 08:37:07mark.dickinson创建