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 eric.smith
Recipients eric.smith, terry.reedy
Date 2009-02-13.03:23:37
SpamBayes Score 7.7334305e-05
Marked as misclassified No
Message-id <1234495419.22.0.682828652923.issue5237@psf.upfronthosting.co.za>
In-reply-to
Content
It's easy enough to implement. Although the 'all-or-nothing' aspect is a
little tough, I'll have to give it some thought.

Maybe the best way to do this is to first create a string.Formatter
subclass that implements it. I'll play with it and see what I come up with.

From the description, I'm presuming we'd want:
'{d}{s}{f}'.format(3, 'foo', 3.14)
to work.
History
Date User Action Args
2009-02-13 03:23:39eric.smithsetrecipients: + eric.smith, terry.reedy
2009-02-13 03:23:39eric.smithsetmessageid: <1234495419.22.0.682828652923.issue5237@psf.upfronthosting.co.za>
2009-02-13 03:23:38eric.smithlinkissue5237 messages
2009-02-13 03:23:37eric.smithcreate