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.19:03:37
SpamBayes Score 0.00022190774
Marked as misclassified No
Message-id <1237662220.05.0.959441683103.issue2531@psf.upfronthosting.co.za>
In-reply-to
Content
On the other hand, if it's true that mixed-type comparisons are generally 
followed by mixed-type arithmetic, then these comparisons just become a 
roundabout way to raise TypeError, which is what everybody wanted in the 
first place. :-)

The patch still needs docs.
History
Date User Action Args
2009-03-21 19:03:40mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, facundobatista, jdunck, lorg
2009-03-21 19:03:40mark.dickinsonsetmessageid: <1237662220.05.0.959441683103.issue2531@psf.upfronthosting.co.za>
2009-03-21 19:03:37mark.dickinsonlinkissue2531 messages
2009-03-21 19:03:37mark.dickinsoncreate