Merge lp://staging/~mandel/ubuntuone-client/fix-803622 into lp://staging/ubuntuone-client
Proposed by
Manuel de la Peña
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Natalia Bidart | ||||
Approved revision: | 1036 | ||||
Merged at revision: | 1034 | ||||
Proposed branch: | lp://staging/~mandel/ubuntuone-client/fix-803622 | ||||
Merge into: | lp://staging/ubuntuone-client | ||||
Diff against target: |
64 lines (+29/-2) 2 files modified
tests/syncdaemon/test_action_queue.py (+28/-1) ubuntuone/syncdaemon/action_queue.py (+1/-1) |
||||
To merge this branch: | bzr merge lp://staging/~mandel/ubuntuone-client/fix-803622 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Natalia Bidart (community) | Approve | ||
Guillermo Gonzalez | Approve | ||
Review via email: mp+66425@code.staging.launchpad.net |
Commit message
Ensure that we use the correct mode when opening files: r+w is an illegal mode everywhere, and has been changed to w+b to ensure that it works on all platforms (LP: #803622).
Description of the change
Ensure that we use the correct mode. r+w is an illegal mode verywhere and has been changed to w+b to ensure that it will work on all platforms.
In order to run the tests on windows please do:
python C:\Python27\
To post a comment you must log in.
Test needed! :-)