Message69584
| 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:01 | mark.dickinson | set | spambayes_score: 0.000211236 -> 0.00021123623 recipients: + mark.dickinson, gvanrossum, rhettinger, terry.reedy, amaury.forgeotdarc, belopolsky, pitrou, alexandre.vassalotti |
| 2008-07-12 11:51:00 | mark.dickinson | set | spambayes_score: 0.000211236 -> 0.000211236 messageid: <1215863460.14.0.188725659756.issue3008@psf.upfronthosting.co.za> |
| 2008-07-12 11:50:59 | mark.dickinson | link | issue3008 messages |
| 2008-07-12 11:50:59 | mark.dickinson | create | |