Message302162
| Author | qpeter |
|---|---|
| Recipients | qpeter |
| Date | 2017-09-14.09:48:12 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1505382493.14.0.667053401798.issue31466@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I want to output floats in ENG format. Working with distance in micrometers, it is a bit annoying to see: 2.5e-5 .0003 instead of 25e-6 300e-6 The solution I found was to redefine `iterencode` but that doesn't feel right. I would like to see something similar to the "default" function that is easely modified. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-09-14 09:48:13 | qpeter | set | recipients: + qpeter |
| 2017-09-14 09:48:13 | qpeter | set | messageid: <1505382493.14.0.667053401798.issue31466@psf.upfronthosting.co.za> |
| 2017-09-14 09:48:13 | qpeter | link | issue31466 messages |
| 2017-09-14 09:48:12 | qpeter | create | |