~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/interfaces/bug.py

[r=jtv][bug=874250] Load preferredemail when calculating bug
 subscribers of any kind via BugSubscriptionInfo.

Show diffs side-by-side

added added

removed removed

Lines of Context:
578
578
        If no such `BugSubscription` exists, return None.
579
579
        """
580
580
 
581
 
    def getSubscriptionInfo(level):
 
581
    def getSubscriptionInfo(level=None):
582
582
        """Return a `BugSubscriptionInfo` at the given `level`.
583
583
 
584
 
        :param level: A member of `BugNotificationLevel`.
 
584
        :param level: A member of `BugNotificationLevel`. Defaults to
 
585
            `BugSubscriptionLevel.LIFECYCLE` if unspecified.
585
586
        """
586
587
 
587
588
    def getBugNotificationRecipients(duplicateof=None, old_bug=None,