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 alexandre.vassalotti, amaury.forgeotdarc, belopolsky, gvanrossum, mark.dickinson, pitrou, rhettinger, terry.reedy
Date 2008-06-30.17:23:23
SpamBayes Score 0.07840743
Marked as misclassified No
Message-id <1214846650.98.0.612079161634.issue3008@psf.upfronthosting.co.za>
In-reply-to
Content
Here's an updated Python version of toHex and fromHex; fixes a bug in the 
previous version of fromHex for hex floats starting with an upper case hex 
digit.  I'm not sure how useful this is, but I thought I might as well 
post the code.

I also have tests for these;  to follow.

I'd be happy to help out with the C version once the API is decided on;  I 
have far too much time on my hands right now.  Though I'm assuming Raymond 
will beat me to it.
History
Date User Action Args
2008-06-30 17:24:12mark.dickinsonsetspambayes_score: 0.0784074 -> 0.07840743
recipients: + mark.dickinson, gvanrossum, rhettinger, terry.reedy, amaury.forgeotdarc, belopolsky, pitrou, alexandre.vassalotti
2008-06-30 17:24:11mark.dickinsonsetspambayes_score: 0.0784074 -> 0.0784074
messageid: <1214846650.98.0.612079161634.issue3008@psf.upfronthosting.co.za>
2008-06-30 17:23:25mark.dickinsonlinkissue3008 messages
2008-06-30 17:23:25mark.dickinsoncreate