Message92585
| Author | eric.smith |
|---|---|
| Recipients | eric.smith, mark.dickinson, skrah |
| Date | 2009-09-13.23:29:54 |
| SpamBayes Score | 5.603431e-09 |
| Marked as misclassified | No |
| Message-id | <1252884597.2.0.471106538804.issue6871@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The '0' fill character is forcing '=' alignment (per the PEP). This looks like a bug to me, since it should use the specified alignment. This is not a float-only problem, it applies to the other built-in types as well: >>> format(2, '0<20') '00000000000000000002' >>> format(2, '1<20') '21111111111111111111' There are too many distinct issues combined here, I'll create a new issue just for this bug. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-09-13 23:29:57 | eric.smith | set | recipients: + eric.smith, mark.dickinson, skrah |
| 2009-09-13 23:29:57 | eric.smith | set | messageid: <1252884597.2.0.471106538804.issue6871@psf.upfronthosting.co.za> |
| 2009-09-13 23:29:55 | eric.smith | link | issue6871 messages |
| 2009-09-13 23:29:54 | eric.smith | create | |