-
Notifications
You must be signed in to change notification settings - Fork 175
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
Python 3 support incomplete #16
Comments
It must be it. Python 3
Python 2
|
Also: with python3.7.2:
|
As @redfast00 spotted, this is totally a matter of shebang. |
possible solution for hex encoding:
|
Also #26 fixes this issue. |
I think should work now on master (not on PyPI yet) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I'm sorry, but my pull request #15 was incomplete. What makes
-c
work with Python 3.5 is the following patch:Unfortunately (at least) the first two hunks break Python 2 compatibility and so far I haven't figured out how to make it work with both Python generations.
And I'm not 100% sure if appending that
.encode()
is the correct fix, but at least I get the same results on the same input data plus command-line parameters.The text was updated successfully, but these errors were encountered: