lp://staging/~cjwatson/lazr.restfulclient/access-token-compat
Created by
Colin Watson
and last modified
- Get this branch:
- bzr branch lp://staging/~cjwatson/lazr.restfulclient/access-token-compat
Only
Colin Watson
can upload to this branch. If you are
Colin Watson
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Thiago F. Pappacena (community): Approve
- LAZR Developers: Pending requested
-
Diff: 91 lines (+52/-0)3 files modifiedNEWS.rst (+7/-0)
src/lazr/restfulclient/authorize/oauth.py (+19/-0)
src/lazr/restfulclient/tests/test_oauth.py (+26/-0)
Branch information
Recent revisions
- 172. By Colin Watson
-
Restore some AccessToken methods.
Restore from_string, to_string, and __str__ methods of
lazr.restfulclient.authorize. oauth.AccessTok en, unintentionally removed in
0.14.0. This caused a test failure when attempting to upgrade Launchpad
from 0.13.2 to 0.14.2.AccessToken.
from_string doesn't have particularly clean error handling, but
this was true of the previous oauth-based version as well. - 163. By Colin Watson
-
Copy a little more of httplib2.safename.
This should really fix compatibility with 0.12.0.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/lazr.restfulclient