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

Louie Lu me at louie.lu
Thu Apr 27 07:57:16 EDT 2017


Thanks for the reply,

2017-04-27 14:14 GMT+08:00 Terry Reedy <tjreedy at udel.edu>:
> On 4/26/2017 1:17 AM, Louie Lu wrote:
>
>> Fix some pr counting issue, and now the bpo-mergerate can choose hg (the
>> old process), git, or all for mergerate counting. Also, relative bpo issue
>> can be expand by clicking row for more detail.
>
>
> Details do not seem to be correct. I searched for 'Lib/idlelib'.
> For pyshell.py, it says 3 merged, 1 open.
> I clicked and got bpo issues:   29162 29581 29919 30067
> The 'open' one is https://bugs.python.org/issue29581, patch at
> https://github.com/python/cpython/pull/527/commits/de5d514e649729a1f9e6f3e132d8ffb872d38b08
> seems to be an error.

You are right, somehow database was wrong, and cannot deal with path
change (if there is a change after fetching).
Rebuild and fix this problem.

>
> Lib/idlelib/idle_test/test_calltips.py has 1 and 1
> bpo issues:     20185 22392 24665
> None of these are idlelib issues.
>

Not that directly, but these bpo issue PR has changed the file.
See: bpo-20185: PR 542 bpo-24665: PR 89, and a issue fixed but close PR 898.

The detail now will show the relative PR (which bpo and which PR that
is merged, fixed, or open) inside.

e.g.
Lib/idlelib/idle_test/test_calltips.py
bpo issues: 20185 22392 24665
PR:             bpo-20185: PR 542 bpo-24665: PR 89


Best Regards,
Louie.


More information about the Python-Dev mailing list