[issue13811] In str.format an incorrect alignment option doesn't make fill char and onself absent

py.user report at bugs.python.org
Wed Jan 18 03:06:08 CET 2012


py.user <port139 at yandex.ru> added the comment:

absent fill char and align option:

>>> '{0:10d}'.format(1)
'         1'
>>>

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13811>
_______________________________________


More information about the Python-bugs-list mailing list