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-12.11:50:52
SpamBayes Score 0.00021123623
Marked as misclassified No
Message-id <1215863460.14.0.188725659756.issue3008@psf.upfronthosting.co.za>
In-reply-to
Content
Some final tinkering:

 - docstrings and docs expanded slightly;  docs mention interoperability
with C and Java.

 - in float.hex(), there's always a sign included in the exponent (e.g. 
"0x1p+0" instead of "0x1p0").  This just makes for a little bit more 
consistency with repr(float), with C99 and with the way the Decimal module 
behaves (but not with Java, which omits the + sign).
History
Date User Action Args
2008-07-12 11:51:01mark.dickinsonsetspambayes_score: 0.000211236 -> 0.00021123623
recipients: + mark.dickinson, gvanrossum, rhettinger, terry.reedy, amaury.forgeotdarc, belopolsky, pitrou, alexandre.vassalotti
2008-07-12 11:51:00mark.dickinsonsetspambayes_score: 0.000211236 -> 0.000211236
messageid: <1215863460.14.0.188725659756.issue3008@psf.upfronthosting.co.za>
2008-07-12 11:50:59mark.dickinsonlinkissue3008 messages
2008-07-12 11:50:59mark.dickinsoncreate