Merge lp:~dobey/ubuntuone-dev-tools/update-4-0 into lp:ubuntuone-dev-tools/stable-4-0
| Status: | Merged |
|---|---|
| Approved by: | Roberto Alsina on 2012-09-11 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 83 |
| Proposed branch: | lp:~dobey/ubuntuone-dev-tools/update-4-0 |
| Merge into: | lp:ubuntuone-dev-tools/stable-4-0 |
| Diff against target: |
95 lines (+20/-12) 4 files modified
ubuntuone/devtools/services/dbus.py (+6/-3) ubuntuone/devtools/services/tests/test_squid.py (+2/-2) ubuntuone/devtools/testcases/dbus.py (+6/-2) ubuntuone/devtools/testing/tests/test_txwebserver.py (+6/-5) |
| To merge this branch: | bzr merge lp:~dobey/ubuntuone-dev-tools/update-4-0 |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Eric Casteleijn (community) | 2012-09-11 | Approve on 2012-09-11 | |
|
Review via email:
|
|||
Commit Message
[Brian Curtin]
- Remove usage of Exception.message as it was deprecated and removed from Python 3. Check the exception's "args" attribute for the message.
- Sort out dbus related bytes/string differences surrounding subprocess pipes, environment variables, and a dbus API expecting a str argument regardless of version.
- Remove byte string formatting, instead first formatting Unicode strings and then storing encoded bytes.
- 83. By dobey on 2012-09-11
-
[Brian Curtin]
- Remove usage of Exception.message as it was deprecated and removed from Python 3. Check the exception's "args" attribute for the message.
- Sort out dbus related bytes/string differences surrounding subprocess pipes, environment variables, and a dbus API expecting a str argument regardless of version.
- Remove byte string formatting, instead first formatting Unicode strings and then storing encoded bytes.

looks good