Also note that with modern Pythons
'{0}'.format('foo')
is equivalent to
'{}'.format('foo')
« Back to merge proposal
Also note that with modern Pythons
'{0}'.format('foo')
is equivalent to
'{}'.format('foo')