Merge lp://staging/~cjwatson/lazr.restful/py3-response-wrapper into lp://staging/lazr.restful
Proposed by
Colin Watson
Status: | Merged |
---|---|
Merged at revision: | 270 |
Proposed branch: | lp://staging/~cjwatson/lazr.restful/py3-response-wrapper |
Merge into: | lp://staging/lazr.restful |
Diff against target: |
50 lines (+18/-6) 1 file modified
src/lazr/restful/testing/webservice.py (+18/-6) |
To merge this branch: | bzr merge lp://staging/~cjwatson/lazr.restful/py3-response-wrapper |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ioana Lasc (community) | Approve | ||
Review via email: mp+390377@code.staging.launchpad.net |
Commit message
Fix WebServiceRespo
Description of the change
The reimplementation of http.client.
Sorting list responses in the jsonBody method doesn't make sense, so stop doing that.
To post a comment you must log in.
makes sense to me, looks good.