-
Notifications
You must be signed in to change notification settings - Fork 32
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
Add support for reading and writing encrypted archives with test suites #45
base: master
Are you sure you want to change the base?
Conversation
Pull Request Test Coverage Report for Build 50
💛 - Coveralls |
I found the issue with Python 2.7, it's related to a call to bytes which works perfectly with Python3 but not Python2. Do I need to add version check to call the right function depending on Py2 or Py3? Do you still want to support Python2.7? Based on your feedback, I'll commit the patch. |
Calls bytes with Python3 and unicode with Python2
Sorry for the previous commit which only fixed python2 and not python3. Now all tests are green! |
Did you have time to check this PR? |
Hello, Any news to review this PR? |
No description provided.