Colin Watson has proposed merging
~cjwatson/launchpad:py3-test-bugtask-expiration into launchpad:master.
Commit message:
Fix bugtask-expiration.txt for Python 3
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/398703
Python 3.5 raises this exception instead:
TypeError: findExpirableBugTasks() missing 2 required positional arguments:
'min_days_old' and 'user'
We don't really care about the fine details.
--
Your team Launchpad code reviewers is requested to review the proposed merge of
~cjwatson/launchpad:py3-test-bugtask-expiration into launchpad:master.
diff --git a/lib/lp/bugs/doc/bugtask-expiration.txt b/lib/lp/bugs/doc/bugtask-expiration.txt
index 4ff1d08..f34bb17 100644
--- a/lib/lp/bugs/doc/bugtask-expiration.txt
+++ b/lib/lp/bugs/doc/bugtask-expiration.txt
@@ -43,7 +43,7 @@ status. It also requires specifying the user that is doing the search.
>>> expirable_bugtasks = bugtaskset.findExpirableBugTasks()
Traceback (most recent call last):
...
- TypeError: findExpirableBugTasks() takes at least 3 arguments (1 given)
+ TypeError: findExpirableBugTasks() ...
Looking back 9,999 days, findExpirableBugTasks() reports that there are
no expirable bugtasks in the sampledata.
_______________________________________________
Mailing list: https://launchpad.net/~launchpad-reviewers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~launchpad-reviewers
More help : https://help.launchpad.net/ListHelp