Merge lp:~leonardr/launchpadlib/fix-token-authorization into lp:launchpadlib
| Status: | Work in progress |
|---|---|
| Proposed branch: | lp:~leonardr/launchpadlib/fix-token-authorization |
| Merge into: | lp:launchpadlib |
| Diff against target: |
38 lines (+6/-3) 1 file modified
src/launchpadlib/credentials.py (+6/-3) |
| To merge this branch: | bzr merge lp:~leonardr/launchpadlib/fix-token-authorization |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Paul Hummer (community) | 2010-10-26 | Approve on 2010-10-26 | |
|
Review via email:
|
|||
Description of the Change
This branch fixes a couple of bugs introduced by my branch at https:/
Here's how to test:
>>> from launchpadlib.
>>> l = Launchpad.
If your web browser opens, the code is working.
1. I restored the max_failed_attempts constructor argument to RequestTokenAut
2. I replaced a call to open_page_
