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 vstinner
Recipients eric.smith, ncoghlan, vstinner
Date 2014-09-11.07:25:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410420321.12.0.70055076871.issue22385@psf.upfronthosting.co.za>
In-reply-to
Content
> ".precision": chunks output, placing a space after every <precision> bytes

I dislike this option. There is already "%.<precision>s" in Python 2 and Python 3 (and printf of the C language) which truncates the string.

If you need such special output, please write your own function.
History
Date User Action Args
2014-09-11 07:25:21vstinnersetrecipients: + vstinner, ncoghlan, eric.smith
2014-09-11 07:25:21vstinnersetmessageid: <1410420321.12.0.70055076871.issue22385@psf.upfronthosting.co.za>
2014-09-11 07:25:21vstinnerlinkissue22385 messages
2014-09-11 07:25:20vstinnercreate