Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work with Python 2.6 #48

Open
rassie opened this issue Jan 17, 2014 · 1 comment
Open

Doesn't work with Python 2.6 #48

rassie opened this issue Jan 17, 2014 · 1 comment

Comments

@rassie
Copy link

rassie commented Jan 17, 2014

The reason are the formatted strings: in Python 2.7+, "Your name is {}".format(name) is allowed, while 2.6 requires a position argument "Your name is {0}".format(name).

@jeffknupp
Copy link
Owner

I need to go back and see how much work it would be to change all uses of format to use 2.6 style. I'm not crazy about adding support for older versions, but in this case the work required seems straightforward.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants