Code review comment for lp:~mvo/ubuntu-release-upgrader/use-str.format

Revision history for this message
Barry Warsaw (barry) wrote :

Also note that with modern Pythons

'{0}'.format('foo')

is equivalent to

'{}'.format('foo')

« Back to merge proposal