We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Library/Python/2.7/site-packages/rejson/__init__.py", line 124, in <module> from .client import Client File "/Library/Python/2.7/site-packages/rejson/client.py", line 106 def jsonget(self, name, *args, no_escape=False): ^ SyntaxError: invalid syntax
In Python 2, all positional arguments must come before any *args argument.
The text was updated successfully, but these errors were encountered:
reorg arguments to match python 2.7 fix #41
1547fac
@Sidaartha you can use this #42 PR (branch fix_2_7), but if we merge it we'll create a backward issue, see the failed test on the PR
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
In Python 2, all positional arguments must come before any *args argument.
The text was updated successfully, but these errors were encountered: