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 mivade
Recipients miserlou2, mivade
Date 2017-10-10.18:14:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507659280.24.0.213398074469.issue31749@psf.upfronthosting.co.za>
In-reply-to
Content
This would be a useful feature, but I don't think it quite fits in the math package. It might make more sense to use this with string formatting, for example:

{:h}.format(filesize)

where I use h as the format specifier since it doesn't appear to be taken yet and would be in line with "human-readable" options in tools like ls.
History
Date User Action Args
2017-10-10 18:14:40mivadesetrecipients: + mivade, miserlou2
2017-10-10 18:14:40mivadesetmessageid: <1507659280.24.0.213398074469.issue31749@psf.upfronthosting.co.za>
2017-10-10 18:14:40mivadelinkissue31749 messages
2017-10-10 18:14:40mivadecreate