New submission from Lane Stevens <tiw...@gmail.com>: 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. ---------- components: Interpreter Core messages: 133279 nosy: Lane.Stevens priority: normal severity: normal status: open title: difference in comparison behavior between 32 bit and 64 bit releases type: behavior versions: Python 2.6 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11801> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com