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

Zero-length format string fields impact Python 2.6 support #15

Closed
chrahunt opened this issue Dec 24, 2017 · 2 comments
Closed

Zero-length format string fields impact Python 2.6 support #15

chrahunt opened this issue Dec 24, 2017 · 2 comments

Comments

@chrahunt
Copy link

The template strings here are not supported on Python 2.6 without indices in the {}.

@chfw
Copy link
Member

chfw commented Dec 24, 2017

Since python 2.6 is on its way out, python 2.6 is not planned to be supported. But I will fix it so that it can be used in python 2.6 as well.

Please be aware of this table of statues: https://devguide.python.org/#status-of-python-branches

@chfw chfw closed this as completed in 4b210c2 Jan 6, 2018
@chfw
Copy link
Member

chfw commented Jan 8, 2018

the fix is released in 0.1.1.

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