Terry J. Reedy added the comment:

You example says to left justify '1'
>>> format(1, '<2')
'1 '
and then pad with '0' instead of ' '.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15660>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to