RFE: add bug.affects attribute

Bug #137433 reported by Markus Korn
4
Affects Status Importance Assigned to Milestone
python-launchpad-bugs
Fix Released
Wishlist
Markus Korn

Bug Description

It would be nice to have a bug.affects attribute, I somehow missed this.

Markus Korn (thekorn)
Changed in python-launchpad-bugs:
assignee: nobody → thekorn
importance: Undecided → Wishlist
Revision history for this message
Markus Korn (thekorn) wrote :

This patch against py-lp-bugs.main r60 adds a bug.affects attribute:

>>> b = Bug(88102)
>>> b.affects
<product bughelper (bughelper (Ubuntu), type=package-source, tracked in=None)>
>>> b.affects.longname
'bughelper (Ubuntu)'
>>> str(b.affects)
'bughelper'
>>>

Changed in python-launchpad-bugs:
status: New → Fix Committed
Markus Korn (thekorn)
Changed in python-launchpad-bugs:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.