drop bug_task.title from the LP API
Bug #274537 reported by
Markus Korn
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
Low
|
Unassigned |
Bug Description
As you can see in the attached example a bug_task title is different than the bug.title although the api-doc says:
""" bug_task: [...] title (read-only) The title of the bug related to this bugtask """
This additional bug-id and bug_target_name in bugtask.title does not make any sense, at least to me.
Markus
In [10]: b = launchpad.
In [11]: b.title
Out[11]: u"RFE: add 'atom'-feed output format"
In [12]: b.bug_tasks[
Out[12]: u'Bug #150887 in bughelper (Ubuntu): "RFE: add \'atom\'-feed output format"'
To post a comment you must log in.
On Thu, Sep 25, 2008 at 08:06:31PM -0000, Markus Korn wrote:
> Public bug reported:
>
> As you can see in the attached example a bug_task title is different
> than the bug.title although the api-doc says:
> """ bug_task: [...] title (read-only) The title of the bug related to this bugtask """
> This additional bug-id and bug_target_name in bugtask.title does not
> make any sense, at least to me.
Right. bugtask.title shouldn't actually be there. It doesn't make sense.
I don't think we use it internally, and I think it should be removed.
status triaged
subscribe bjornt