~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/answers/interfaces/questioncollection.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-04-23 13:35:31 UTC
  • mfrom: (12906.2.8 question-emails-0)
  • Revision ID: launchpad@pqm.canonical.com-20110423133531-z4r70fh65369ulhy
[rs=sinzui][bug=351136][bug=239158][bug=597982] Fix 'requested more
 information', detect the signature separator properly,
 simplify email subject lines.

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
        :needs_attention_from: Selects questions that nee attention from an
86
86
        IPerson. These are the questions in the NEEDSINFO or ANSWERED state
87
87
        owned by the person. The questions not owned by the person but on
88
 
        which the person requested for more information or gave an answer
 
88
        which the person requested more information or gave an answer
89
89
        and that are back in the OPEN state are also included.
90
90
        """
91
91