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 Lane.Stevens
Recipients Lane.Stevens
Date 2011-04-08.00:17:22
SpamBayes Score 0.0040458045
Marked as misclassified No
Message-id <1302221843.91.0.79714388976.issue11801@psf.upfronthosting.co.za>
In-reply-to
Content
I have two systems running 

python-2.6.4-27.fc13.x86_64
and
python-2.6.4-27.fc13.i686

respectively. Given the following statement the 64-bit version returns False and the 32-bit version returns True.

Decimal('1.0') > 0.0

Decimal('1.0') > 0 returns True on both systems.
History
Date User Action Args
2011-04-08 00:17:23Lane.Stevenssetrecipients: + Lane.Stevens
2011-04-08 00:17:23Lane.Stevenssetmessageid: <1302221843.91.0.79714388976.issue11801@psf.upfronthosting.co.za>
2011-04-08 00:17:23Lane.Stevenslinkissue11801 messages
2011-04-08 00:17:22Lane.Stevenscreate