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 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:24mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, rhettinger, terry.reedy, ned.deily, stutzbach, nirinA, steven.daprano
2009-10-17 07:13:23mark.dickinsonsetmessageid: <1255763603.99.0.786697899915.issue3366@psf.upfronthosting.co.za>
2009-10-17 07:13:22mark.dickinsonlinkissue3366 messages
2009-10-17 07:13:22mark.dickinsoncreate