Message 182452 - Python tracker (original) (raw)
Message182452
Author | skrah |
---|---|
Recipients | christian.heimes, ezio.melotti, mark.dickinson, skrah |
Date | 2013-02-19.23:26:09 |
SpamBayes Score | -1.0 |
Marked as misclassified | Yes |
Message-id | 1361316369.47.0.0899286589763.issue17247@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
With int and float it's also possible to specify both conflicting alignments and fill characters: >>> "{:x<06}".format(1.2) '1.2xxx' So I really think that the builtins should be changed to detect the conflict. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2013-02-19 23:26:09 | skrah | set | recipients: + skrah, mark.dickinson, christian.heimes, ezio.melotti |
2013-02-19 23:26:09 | skrah | set | messageid: 1361316369.47.0.0899286589763.issue17247@psf.upfronthosting.co.za |
2013-02-19 23:26:09 | skrah | link | issue17247 messages |
2013-02-19 23:26:09 | skrah | create |