~jugmac00/launchpad:fix-docstring-for-UnusedPOTMsgSetPruner._get_msgset_ids_to_remove

Last commit made on 2021-10-13
Get this branch:
git clone -b fix-docstring-for-UnusedPOTMsgSetPruner._get_msgset_ids_to_remove https://git.launchpad.net/~jugmac00/launchpad
Only Jürgen Gmach can upload to this branch. If you are Jürgen Gmach please log in for upload directions.

Branch merges

Branch information

Name:
fix-docstring-for-UnusedPOTMsgSetPruner._get_msgset_ids_to_remove
Repository:
lp:~jugmac00/launchpad

Recent commits

87f4ea1... by Jürgen Gmach

fix docstring

6a7e146... by Jürgen Gmach

fix typos

36672b4... by Colin Watson

Support webservice authentication using AccessTokens

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/409946

d0c1264... by Jürgen Gmach

Update webservice API for IPerson.createPPA

Merged from https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/409991

eebdc1a... by Colin Watson

Break OAuth/AccessToken authentication into separate methods

8770cbe... by Jürgen Gmach

Update webservice API for IPerson.createPPA

The webservice API for IPerson.createPPA now accepts a multiline description.

LP: #868047

2e64044... by Colin Watson

Use importlib rather than imp in _pythonpath

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/409948

a271faf... by Colin Watson

Stop using defer.returnValue

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/409949

e7253f9... by Colin Watson

Stop using defer.returnValue

On Python 3, we can just return values directly.

94161df... by Colin Watson

Use importlib rather than imp in _pythonpath

`imp.find_module` is deprecated, and this change means a little less
code to import into every Launchpad process.