Merge lp://staging/~cjwatson/lazr.restful/py3-doctest-trivial into lp://staging/lazr.restful
Proposed by
Colin Watson
Status: | Merged |
---|---|
Merged at revision: | 278 |
Proposed branch: | lp://staging/~cjwatson/lazr.restful/py3-doctest-trivial |
Merge into: | lp://staging/lazr.restful |
Diff against target: |
237 lines (+34/-30) 9 files modified
src/lazr/restful/docs/interface.rst (+1/-1) src/lazr/restful/docs/webservice-declarations.rst (+1/-1) src/lazr/restful/docs/webservice.rst (+14/-14) src/lazr/restful/example/base/tests/entry.txt (+5/-3) src/lazr/restful/example/base/tests/root.txt (+2/-2) src/lazr/restful/example/base/tests/test_integration.py (+1/-1) src/lazr/restful/example/base/tests/wadl.txt (+3/-2) src/lazr/restful/example/multiversion/tests/introduction.txt (+3/-2) src/lazr/restful/example/multiversion/tests/wadl.txt (+4/-4) |
To merge this branch: | bzr merge lp://staging/~cjwatson/lazr.restful/py3-doctest-trivial |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Cristian Gonzalez (community) | Approve | ||
Review via email: mp+396432@code.staging.launchpad.net |
Commit message
Fix various simple doctest failures on Python 3.
Description of the change
These are mainly bytes/text issues, with a couple of other small adjustments.
To post a comment you must log in.
Looks good!