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-07-05.08:58:01
SpamBayes Score 0.0015438462
Marked as misclassified No
Message-id <1215248292.8.0.944461678618.issue3008@psf.upfronthosting.co.za>
In-reply-to
Content
In the interests of getting early feedback, here's half a patch, 
containing an implementation of from.fromhex and tests.

Still to come:  float.hex and documentation.

I'll ask on python-dev about C99 and %a.
History
Date User Action Args
2008-07-05 08:58:13mark.dickinsonsetspambayes_score: 0.00154385 -> 0.0015438462
recipients: + mark.dickinson, gvanrossum, rhettinger, terry.reedy, amaury.forgeotdarc, belopolsky, pitrou, alexandre.vassalotti
2008-07-05 08:58:13mark.dickinsonsetspambayes_score: 0.00154385 -> 0.00154385
messageid: <1215248292.8.0.944461678618.issue3008@psf.upfronthosting.co.za>
2008-07-05 08:58:11mark.dickinsonlinkissue3008 messages
2008-07-05 08:58:10mark.dickinsoncreate