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-03-21.18:14:02
SpamBayes Score 5.677282e-05
Marked as misclassified No
Message-id <1237659245.56.0.714751981913.issue2531@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-03-21 18:14:05mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, facundobatista, jdunck, lorg
2009-03-21 18:14:05mark.dickinsonsetmessageid: <1237659245.56.0.714751981913.issue2531@psf.upfronthosting.co.za>
2009-03-21 18:14:03mark.dickinsonlinkissue2531 messages
2009-03-21 18:14:03mark.dickinsoncreate