Comment 1 for bug 596876

Revision history for this message
Martin Pool (mbp) wrote : Re: [Bug 596876] [NEW] launchpad.people only returns 50 people

On 21 June 2010 23:37, cakofony <email address hidden> wrote:
> Public bug reported:
>
> print len(launchpad.people)
> #50
>
> This might be a feature to stop people from taxing the launchpad
> servers, but it is rather important that I can get the full list of
> people

Interestingly enough it's not just the len() that's wrong, but
iterating the collection also stops after a fairly small number of
people.

That said I'm not sure that iterating over every user is really a good
idea. What did you want to do with it?

--
Martin