~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/answers/doc/question.txt

[r=wallyworld][bug=816261] Move bugs subscriptions_list to apps and
        add IQuestion.canBeUnsubscribedBy

Show diffs side-by-side

added added

removed removed

Lines of Context:
203
203
To remove a person from the subscriptions list, we use the unsubscribe()
204
204
method.
205
205
 
206
 
    >>> firefox_question.unsubscribe(no_priv)
 
206
    >>> firefox_question.unsubscribe(no_priv, no_priv)
207
207
    >>> print_subscribers(firefox_question)
208
208
    Sample Person
209
209