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-03-21.18:14:02
SpamBayes Score 5.677282e-05
Marked as misclassified
Message-id <1237659245.56.0.714751981913.issue2531@psf.upfronthosting.co.za>
In-reply-to
内容
Here's a patch.

I'm still not 100% convinced this is a good idea.  Part of my objection is 
that it seems likely that these comparisons are fairly useless, in that a 
mixed-type comparison is probably going to be followed by a mixed-type 
arithmetic operation at some point (unless people are misspelling "x < 0" 
as "x < 0.0").  So all that's really gained is a noisy failure instead of 
a silent one.  Still, I suppose that's something.
历史
日期 用户 动作 参数
2009-03-21 18:14:05mark.dickinson修改recipients: + mark.dickinson, rhettinger, facundobatista, jdunck, lorg
2009-03-21 18:14:05mark.dickinson修改messageid: <1237659245.56.0.714751981913.issue2531@psf.upfronthosting.co.za>
2009-03-21 18:14:03mark.dickinson链接issue2531 messages
2009-03-21 18:14:03mark.dickinson创建