~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-22 22:01:40 UTC
  • mfrom: (14583.1.25 move-webservice)
  • Revision ID: launchpad@pqm.canonical.com-20111222220140-o53ycgaapjua1dde
[rs=sinzui][bug=907843] Move webservice to lp.services.webservice.

Show diffs side-by-side

added added

removed removed

Lines of Context:
591
591
        The INotificationRecipientSet instance will contain details of
592
592
        all recipients for bug notifications sent by this bug; this
593
593
        includes email addresses and textual and header-ready
594
 
        rationales. See
595
 
        canonical.launchpad.interfaces.BugNotificationRecipients for
 
594
        rationales. See `BugNotificationRecipients` for
596
595
        details of this implementation.
597
596
        If this bug is a dupe, set include_master_dupe_subscribers to
598
597
        True to include the master bug's subscribers as recipients.