Message64827
| Author | jdunck |
|---|---|
| Recipients | jdunck |
| Date | 2008-04-01.22:11:36 |
| SpamBayes Score | 0.25215626 |
| Marked as misclassified | No |
| Message-id | <1207087897.38.0.261389881483.issue2531@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Within python 2.5.2:
>>> from decimal import Decimal
>>> x = 3.0
>>> y = Decimal('0.25')
>>> x > y
False (expected error, as in 2.4, or True) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-04-01 22:11:37 | jdunck | set | spambayes_score: 0.252156 -> 0.25215626 recipients: + jdunck |
| 2008-04-01 22:11:37 | jdunck | set | spambayes_score: 0.252156 -> 0.252156 messageid: <1207087897.38.0.261389881483.issue2531@psf.upfronthosting.co.za> |
| 2008-04-01 22:11:36 | jdunck | link | issue2531 messages |
| 2008-04-01 22:11:36 | jdunck | create | |