GitHub user torfuspolymorphus opened a pull request:

    https://github.com/apache/libcloud/pull/568

    [LIBCLOUD-725] Fix handling of binary data in LocalStorageDriver on Py3.

    This PR fixes issue 
[LIBCLOUD-725](https://issues.apache.org/jira/browse/LIBCLOUD-725): 
`libcloud.storage.driver.local.LocalStorageDriver` has problems with binary 
data on Python 3.
    
    The fix is to make sure that files are opened in binary mode for reading 
and writing.
    
    Tests and documentation have been updated.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/torfuspolymorphus/libcloud issue725

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/libcloud/pull/568.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #568
    
----
commit cfd7469518072bc59917730267256df78d709d37
Author: Torf <m...@torf.cc>
Date:   2015-08-28T10:36:19Z

    [LIBCLOUD-725] Fix handling of binary data in LocalStorageDriver on Py3.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to