Closed zoidyzoidzoid closed 10 years ago
Changed in version 2.7: The positional argument specifiers can be omitted, so '{} {}' is equivalent to '{0} {1}'.
Python 2.6 needs explicit argument specifiers.
good call, might as well support 2.6
Should be out. give it a go.
Python 2.6 needs explicit argument specifiers.