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.09:22:50
SpamBayes Score 2.6863587e-05
Marked as misclassified No
Message-id <1239960172.01.0.228079459206.issue2531@psf.upfronthosting.co.za>
In-reply-to
Content
The downside is the potential confusion arising from
using one method (comparison of actual numerical value)
for <, <=, >, >=, and a different method (decimals
and floats are never equal) for == and !=.
History
Date User Action Args
2009-04-17 09:22:52mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, facundobatista, jdunck, lorg
2009-04-17 09:22:52mark.dickinsonsetmessageid: <1239960172.01.0.228079459206.issue2531@psf.upfronthosting.co.za>
2009-04-17 09:22:50mark.dickinsonlinkissue2531 messages
2009-04-17 09:22:50mark.dickinsoncreate