Merge lp://staging/~cjwatson/lazr.restful/py3-request-body into lp://staging/lazr.restful
Proposed by
Colin Watson
Status: | Merged |
---|---|
Merged at revision: | 250 |
Proposed branch: | lp://staging/~cjwatson/lazr.restful/py3-request-body |
Merge into: | lp://staging/lazr.restful |
Diff against target: |
197 lines (+25/-24) 5 files modified
src/lazr/restful/docs/webservice-marshallers.rst (+2/-2) src/lazr/restful/docs/webservice.rst (+16/-16) src/lazr/restful/marshallers.py (+2/-2) src/lazr/restful/testing/webservice.py (+3/-3) src/lazr/restful/tests/test_webservice.py (+2/-1) |
To merge this branch: | bzr merge lp://staging/~cjwatson/lazr.restful/py3-request-body |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Tom Wardill (community) | Approve | ||
Review via email: mp+387899@code.staging.launchpad.net |
Commit message
Adjust request creation for Python 3.
Description of the change
The body_instream argument to BaseRequest (and its subclasses) is supposed to be a binary file object.
To post a comment you must log in.