Comment 17 for bug 534066

Revision history for this message
James Westby (james-w) wrote :

edge however is ok.

python -c 'from launchpadlib.launchpad import Launchpad; lp = Launchpad.login_with("testing", service_root="edge"); task = lp.bugs[12345].bug_tasks[0]; print hasattr(task, "task_age")'

should print False if all is ok.

I would hope that all LP developers were familiar enough with using the API that
you could knock up one-liners such as this yourselves :-)

Thanks,

James