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 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:09skrahsetrecipients: + skrah, mark.dickinson, christian.heimes, ezio.melotti
2013-02-19 23:26:09skrahsetmessageid: <1361316369.47.0.0899286589763.issue17247@psf.upfronthosting.co.za>
2013-02-19 23:26:09skrahlinkissue17247 messages
2013-02-19 23:26:09skrahcreate