-
Notifications
You must be signed in to change notification settings - Fork 335
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
Boto Compatibility for gsutil #214
Comments
Hi Daniel, I tried running the gsutil tests with boto updated to the most recent ... File The breaking change to mock_storage_service.py" came in commit < m.update(self.data)
We think this should be changed to: if not isinstance(self.data, bytes): This is needed because we should always be passing bytes to the update I can commit this change if you like. Thanks, Mike On Tue, Jul 22, 2014 at 3:09 PM, Daniel G. Taylor notifications@github.com
|
Thanks for pointing this out! I'll go ahead and add a test for it and then update the code. Sounds like everything else is working well. Thanks for taking the time to test! 👍 |
Great - thanks for bringing boto forward to support Python 3. Mike On Wed, Jul 23, 2014 at 1:46 PM, Daniel G. Taylor notifications@github.com
|
The fix has been merged. Since everything else seems to pass, I think we can close this now. Thanks! |
I am one of the maintainers of Boto. A few weeks ago we began to merge backward-compatible Python 3.3 and 3.4 support into our develop branch. Most modules now support Python 3 with passing unit and integration tests, and I am hoping to do a release soon. I am reaching out to you to ask if you would test our develop branch with gsutil.
Testing against Python 2.x will help to ensure that we don't accidentally break third party modules like gsutil. If you would like, you may also try out the Python 3 support and let us know any feedback. More information about the Python 3 support can be found in this boto-users post:
https://groups.google.com/forum/#!topic/boto-users/vcvoy8zrfP8
I appreciate any time that you can put into helping the Boto project with this.
This request is part of boto/boto#2437
The text was updated successfully, but these errors were encountered: