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

2017-04-27 Thread Louie Lu
2017-04-28 4:06 GMT+08:00 Terry Reedy : > On 4/27/2017 7:57 AM, Louie Lu wrote: > >>> 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-

Re: [Python-Dev] TLS issue (unknown CA) on test_imaplib

2017-04-27 Thread Victor Stinner
2017-04-27 17:16 GMT+02:00 Victor Stinner : > Oh wait, it seems like nntplib now has a fail rate close to 100% :-/ I > created http://bugs.python.org/issue30188 and wrote a fix. I included > this nntplib fix in my imaplib PR... I have good news: * I pushed fixes for test_imaplib and test_nntplib

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

2017-04-27 Thread Terry Reedy
On 4/27/2017 7:57 AM, Louie Lu wrote: 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

Re: [Python-Dev] TLS issue (unknown CA) on test_imaplib

2017-04-27 Thread Victor Stinner
2017-04-27 15:46 GMT+02:00 Victor Stinner : > 2017-04-27 15:41 GMT+02:00 Antoine Pitrou : >> There's also a failure in test_nntplib: >> https://travis-ci.org/python/cpython/jobs/226384811#L3157-L3171 > > That's a different issue, unrelated to the SSL issue. > > EOFError is probably as old as test_n

Re: [Python-Dev] TLS issue (unknown CA) on test_imaplib

2017-04-27 Thread Victor Stinner
2017-04-27 15:41 GMT+02:00 Antoine Pitrou : > There's also a failure in test_nntplib: > https://travis-ci.org/python/cpython/jobs/226384811#L3157-L3171 That's a different issue, unrelated to the SSL issue. EOFError is probably as old as test_nntplib, there are 2 open issues to track this bug: ht

Re: [Python-Dev] TLS issue (unknown CA) on test_imaplib

2017-04-27 Thread Antoine Pitrou
There's also a failure in test_nntplib: https://travis-ci.org/python/cpython/jobs/226384811#L3157-L3171 Regards Antoine. On Thu, 27 Apr 2017 14:50:43 +0200 Victor Stinner wrote: > Hi, > > test_imaplib is starting to fail randomly causing CI tests to fail and > buildbots to fail randomly: >

[Python-Dev] TLS issue (unknown CA) on test_imaplib

2017-04-27 Thread Victor Stinner
Hi, test_imaplib is starting to fail randomly causing CI tests to fail and buildbots to fail randomly: http://bugs.python.org/issue30175 Can somone please take a look to help me to fix this issue which becomes blocking? test.test_imaplib.RemoteIMAP_SSLTest.test_logincapa_with_client_certfile() f

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

2017-04-27 Thread Louie Lu
Thanks for the reply, 2017-04-27 14:14 GMT+08:00 Terry Reedy : > 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 mo