Comment 1 for bug 137433

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'
>>>