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 py.user
Recipients py.user
Date 2012-08-15.04:20:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345004440.11.0.680139192916.issue15660@psf.upfronthosting.co.za>
In-reply-to
Content
>>> '{:02}'.format('a')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ValueError: '=' alignment not allowed in string format specifier
>>>


according to http://docs.python.org/py3k/library/string.html#formatspec
the default alignment is '<' or '>'
History
Date User Action Args
2012-08-15 04:20:40py.usersetrecipients: + py.user
2012-08-15 04:20:40py.usersetmessageid: <1345004440.11.0.680139192916.issue15660@psf.upfronthosting.co.za>
2012-08-15 04:20:39py.userlinkissue15660 messages
2012-08-15 04:20:39py.usercreate