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:40 | py.user | set | recipients: + py.user |
| 2012年08月15日 04:20:40 | py.user | set | messageid: <1345004440.11.0.680139192916.issue15660@psf.upfronthosting.co.za> |
| 2012年08月15日 04:20:39 | py.user | link | issue15660 messages |
| 2012年08月15日 04:20:39 | py.user | create | |