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

Not support for python 2? #4

Closed
jellyfrank opened this issue Jun 6, 2017 · 1 comment
Closed

Not support for python 2? #4

jellyfrank opened this issue Jun 6, 2017 · 1 comment

Comments

@jellyfrank
Copy link

When using it in python2.7 enviroment. met this problem:
File "/usr/local/lib/python2.7/dist-packages/sequences/__init__.py", line 6 *, nowait=False, using=None): ^ SyntaxError: invalid syntax

@aaugustin
Copy link
Owner

Yeah, I'm using keyword-only arguments to make sure my libs only run on Python 3. That's for your own good.

The code probably works on Python 2 if you remove the offending *.

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