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 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:13qpetersetrecipients: + qpeter
2017-09-14 09:48:13qpetersetmessageid: <1505382493.14.0.667053401798.issue31466@psf.upfronthosting.co.za>
2017-09-14 09:48:13qpeterlinkissue31466 messages
2017-09-14 09:48:12qpetercreate