Merge lp://staging/~cjwatson/lazr.restfulclient/access-token-compat into lp://staging/lazr.restfulclient
Proposed by
Colin Watson
Status: | Merged |
---|---|
Merged at revision: | 172 |
Proposed branch: | lp://staging/~cjwatson/lazr.restfulclient/access-token-compat |
Merge into: | lp://staging/lazr.restfulclient |
Diff against target: |
91 lines (+52/-0) 3 files modified
NEWS.rst (+7/-0) src/lazr/restfulclient/authorize/oauth.py (+19/-0) src/lazr/restfulclient/tests/test_oauth.py (+26/-0) |
To merge this branch: | bzr merge lp://staging/~cjwatson/lazr.restfulclient/access-token-compat |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Thiago F. Pappacena (community) | Approve | ||
LAZR Developers | Pending | ||
Review via email: mp+378084@code.staging.launchpad.net |
Commit message
Restore some AccessToken methods.
Description of the change
Restore from_string, to_string, and __str__ methods of lazr.restfulcli
AccessToken.
The test regression was caused by https:/
To post a comment you must log in.
LGTM