Message 94171 - Python tracker
Message94171
| Author | mark.dickinson |
|---|---|
| Recipients | mark.dickinson, ned.deily, nirinA, rhettinger, steven.daprano, stutzbach, terry.reedy, tim.peters |
| Date | 2009-10-17.07:13:22 |
| SpamBayes Score | 0.0009981525 |
| Marked as misclassified | No |
| Message-id | <1255763603.99.0.786697899915.issue3366@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
It was a stupid Mark bug. I'd missed out a '<' from the struct.unpack call that was translating floats into integers, for the purposes of computing ulps difference. Fixed in r75454 (trunk), r75455 (py3k). Thanks for reporting this, Ned. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-10-17 07:13:24 | mark.dickinson | set | recipients: + mark.dickinson, tim.peters, rhettinger, terry.reedy, ned.deily, stutzbach, nirinA, steven.daprano |
| 2009-10-17 07:13:23 | mark.dickinson | set | messageid: <1255763603.99.0.786697899915.issue3366@psf.upfronthosting.co.za> |
| 2009-10-17 07:13:22 | mark.dickinson | link | issue3366 messages |
| 2009-10-17 07:13:22 | mark.dickinson | create | |