This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Lukasa, alex, christian.heimes, dstufft, giampaolo.rodola, janssen, martin.panter, ncoghlan, orsenthil, python-dev, serhiy.storchaka, vstinner
Date 2016-09-11.20:03:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473624184.05.0.705573567251.issue28022@psf.upfronthosting.co.za>
In-reply-to
Content
test_imaplib is failed too.

======================================================================
ERROR: test_logincapa_with_client_certfile (test.test_imaplib.RemoteIMAP_SSLTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/serhiy/py/cpython-debug/Lib/test/test_imaplib.py", line 641, in test_logincapa_with_client_certfile
    _server = self.imap_class(self.host, self.port, certfile=CERTFILE)
  File "/home/serhiy/py/cpython-debug/Lib/imaplib.py", line 1273, in __init__
    "custom ssl_context instead", DeprecationWarning, 2)
DeprecationWarning: keyfile and certfile are deprecated, use acustom ssl_context instead

----------------------------------------------------------------------
History
Date User Action Args
2016-09-11 20:03:04serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, janssen, orsenthil, vstinner, giampaolo.rodola, christian.heimes, alex, python-dev, martin.panter, dstufft, Lukasa
2016-09-11 20:03:04serhiy.storchakasetmessageid: <1473624184.05.0.705573567251.issue28022@psf.upfronthosting.co.za>
2016-09-11 20:03:04serhiy.storchakalinkissue28022 messages
2016-09-11 20:03:03serhiy.storchakacreate