14 Mar
2009
14 Mar
'09
1:44 a.m.
Eric Smith wrote:
I've added a patch to http://bugs.python.org/issue5237 that implements the basic '{}' functionality in str.format.
I've added another patch to issue 5237 which I believe is production quality. I'll work on tests.
'{} {}'.format(1, 2) '1 2'