[Python-Dev] Summary of Python tracker Issues

Ezio Melotti ezio.melotti at gmail.com
Sat Aug 25 13:15:02 CEST 2012


Hi,

On Sat, Aug 25, 2012 at 2:07 PM,  <martin at v.loewis.de> wrote:
>
> Zitat von francis <francismb at email.de>:
>
>
>> Is there a easy way to automate this?:
>>
>> - Get a list the "waiting for review" issues
>
>
> Not exactly this precise list; instead, a list of issues with a patch:
>
> s=xmlrpclib.ServerProxy("http://bugs.python.org",allow_none=True)
> s.filter('issue',dict(keywords=2,status=1})
>
> The other conditions need to be queried separately (although you
> could search for both keywords in a single query).
>
> [...]

In addition, you might want to check the Roundup XML-RPC docs:
http://roundup.sourceforge.net/docs/xmlrpc.html
and the source of the script that generates the summary:
http://hg.python.org/tracker/python-dev/file/default/scripts/roundup-summary

Best Regards,
Ezio Melotti


More information about the Python-Dev mailing list