Message68446
| Author | rhettinger |
|---|---|
| Recipients | alexandre.vassalotti, belopolsky, pitrou, rhettinger, terry.reedy |
| Date | 2008-06-20.08:54:35 |
| SpamBayes Score | 0.08995149 |
| Marked as misclassified | No |
| Message-id | <1213952080.08.0.141005224329.issue3008@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The other reviewers asked for: * same treatment for oct() and hex() * platform independent exact representation of floats * fixed-size exponential style output instead of tons of leading zeros * output that round-trips through eval() * use Py2.6 octal format in 2.6, and 3.0 format in 3.0 Attaching a patch with tests. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-06-20 08:54:42 | rhettinger | set | spambayes_score: 0.0899515 -> 0.08995149 recipients: + rhettinger, terry.reedy, belopolsky, pitrou, alexandre.vassalotti |
| 2008-06-20 08:54:40 | rhettinger | set | spambayes_score: 0.0899515 -> 0.0899515 messageid: <1213952080.08.0.141005224329.issue3008@psf.upfronthosting.co.za> |
| 2008-06-20 08:54:39 | rhettinger | link | issue3008 messages |
| 2008-06-20 08:54:38 | rhettinger | create | |