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 terry.reedy
Recipients docs@python, eric.smith, ezio.melotti, py.user, python-dev, terry.reedy
Date 2016-03-21.01:03:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458522184.16.0.19563176827.issue15660@psf.upfronthosting.co.za>
In-reply-to
Content
You example says to left justify '1'
>>> format(1, '<2')
'1 '
and then pad with '0' instead of ' '.
History
Date User Action Args
2016-03-21 01:03:04terry.reedysetrecipients: + terry.reedy, eric.smith, ezio.melotti, docs@python, py.user, python-dev
2016-03-21 01:03:04terry.reedysetmessageid: <1458522184.16.0.19563176827.issue15660@psf.upfronthosting.co.za>
2016-03-21 01:03:04terry.reedylinkissue15660 messages
2016-03-21 01:03:04terry.reedycreate