Eric Smith <e...@trueblade.com> added the comment:

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.

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5237>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to