Message 80873 - Python tracker (original) (raw)
Message80873
Author | Ultrasick |
---|---|
Recipients | Ultrasick, mark.dickinson |
Date | 2009-01-31.15:23:52 |
SpamBayes Score | 3.2550074e-11 |
Marked as misclassified | No |
Message-id | 1233415434.14.0.701345685303.issue5118@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
I am sorry but I am not a C programmer. I cannot provide any patches. As far as I understood this issue and issue #1869 have a common problem but this issue wouldn't be solved if issue #1869 is solved. "print '%.2f' % 2.545" doesn't seam to use the built in round() function. Otherwise the result would be 2.55 already as the result of round(2.545, 2) is. So you might want to reopen the bug. But either way I don't consider this bug as really serious either. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2009-01-31 15:23:54 | Ultrasick | set | recipients: + Ultrasick, mark.dickinson |
2009-01-31 15:23:54 | Ultrasick | set | messageid: 1233415434.14.0.701345685303.issue5118@psf.upfronthosting.co.za |
2009-01-31 15:23:52 | Ultrasick | link | issue5118 messages |
2009-01-31 15:23:52 | Ultrasick | create |