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.

作者 mark.dickinson
收信人 mark.dickinson, ned.deily, nirinA, rhettinger, steven.daprano, stutzbach, terry.reedy, tim.peters
日期 2009-10-17.07:13:22
SpamBayes Score 0.0009981525
Marked as misclassified
Message-id <1255763603.99.0.786697899915.issue3366@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2009-10-17 07:13:24mark.dickinson修改recipients: + mark.dickinson, tim.peters, rhettinger, terry.reedy, ned.deily, stutzbach, nirinA, steven.daprano
2009-10-17 07:13:23mark.dickinson修改messageid: <1255763603.99.0.786697899915.issue3366@psf.upfronthosting.co.za>
2009-10-17 07:13:22mark.dickinson链接issue3366 messages
2009-10-17 07:13:22mark.dickinson创建