launchpad-dev team mailing list archive
-
launchpad-dev team
-
Mailing list archive
-
Message #09129
Newbie: bug status "Incomplete" and its variants
The bug status "Incomplete" seems to have two variants: "Incomplete (with
response)", and "Incomplete (without response)". Are these variants subsets of
"Incomplete", or are they independent bug statuses?
To rephrase my question in practical terms: If I search for bug-tasks with
Launchpadlib, does ::
project.searchTasks(status=["Incomplete"])
find all incomplete bugs? Or would ::
project.searchTasks(status=["Incomplete", "Incomplete (with response)",
"Incomplete (without response)"])
return additional bugs?
Eike.
Follow ups