JBKahn / flake8-print

flake8
MIT License
121 stars 21 forks source link

Python 2.6 support #4

Closed zoidyzoidzoid closed 10 years ago

zoidyzoidzoid commented 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.

JBKahn commented 10 years ago

good call, might as well support 2.6

JBKahn commented 10 years ago

Should be out. give it a go.