Merge lp://staging/~cjwatson/lazr.restful/py3-etag into lp://staging/lazr.restful
Proposed by
Colin Watson
Status: | Merged |
---|---|
Merged at revision: | 268 |
Proposed branch: | lp://staging/~cjwatson/lazr.restful/py3-etag |
Merge into: | lp://staging/lazr.restful |
Diff against target: |
12 lines (+1/-1) 1 file modified
src/lazr/restful/_resource.py (+1/-1) |
To merge this branch: | bzr merge lp://staging/~cjwatson/lazr.restful/py3-etag |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ioana Lasc (community) | Approve | ||
Review via email: mp+390358@code.staging.launchpad.net |
Commit message
Fix ETag calculation on Python 3.
Description of the change
We need to encode the media type before hashing it.
To post a comment you must log in.