Re: [Python-Dev] API for bugs.python.org or some statistic about lib/module merge rate?

2017-04-19 Thread Brett Cannon
I don't think there's any API. Your best bet will probably be to analyze the GitHub data. On Tue, 18 Apr 2017 at 09:09 Louie Lu wrote: > Hi all, > > After reading some topic at python-committers mailing list, some of the > topics are around not enough reviewers to review patches, cause the devel

Re: [Python-Dev] API for bugs.python.org or some statistic about lib/module merge rate?

2017-04-19 Thread Louie Lu
I used the download CSV function, and make some change about it. The demo of the site is here: https://bpo-mergerate.louie.lu/ To used, just need to enter the prefix of dictionary to search bar, for now, its resolution is to the second folder or files, e.g., Lib/unittest, Python/ceval.c