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

Victor Stinner victor.stinner at gmail.com
Thu Apr 27 11:16:15 EDT 2017


2017-04-27 15:46 GMT+02:00 Victor Stinner <victor.stinner at gmail.com>:
> 2017-04-27 15:41 GMT+02:00 Antoine Pitrou <solipsis at pitrou.net>:
>> 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:

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...

Victor


More information about the Python-Dev mailing list