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 martin.panter
Recipients Lukasa, alex, christian.heimes, dstufft, giampaolo.rodola, janssen, martin.panter, ncoghlan, orsenthil, python-dev, vstinner
Date 2016-09-11.10:26:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473589578.36.0.533255805802.issue28022@psf.upfronthosting.co.za>
In-reply-to
Content
New test failure when using -Werror:

======================================================================
ERROR: test_local_bad_hostname (test.test_httplib.HTTPSTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/media/disk/home/proj/python/cpython/Lib/test/test_httplib.py", line 1646, in test_local_bad_hostname
    check_hostname=True)
  File "/media/disk/home/proj/python/cpython/Lib/http/client.py", line 1373, in __init__
    DeprecationWarning, 2)
DeprecationWarning: key_file, cert_file and check_hostname are deprecated, use a custom context instead.
History
Date User Action Args
2016-09-11 10:26:18martin.pantersetrecipients: + martin.panter, ncoghlan, janssen, orsenthil, vstinner, giampaolo.rodola, christian.heimes, alex, python-dev, dstufft, Lukasa
2016-09-11 10:26:18martin.pantersetmessageid: <1473589578.36.0.533255805802.issue28022@psf.upfronthosting.co.za>
2016-09-11 10:26:18martin.panterlinkissue28022 messages
2016-09-11 10:26:18martin.pantercreate