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 christian.heimes
Recipients Lukasa, alex, christian.heimes, dstufft, giampaolo.rodola, janssen, martin.panter, orsenthil, vstinner
Date 2016-09-09.09:03:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473411798.46.0.645232472509.issue28022@psf.upfronthosting.co.za>
In-reply-to
Content
I have deprecated cafile, capath and cadefault for urlopen(). The function didn't pop up on my radar because I was looking for certfile and cert_file, not cafile. I also added deprecations to the documentation of SSLSocket.read and write.
History
Date User Action Args
2016-09-09 09:03:18christian.heimessetrecipients: + christian.heimes, janssen, orsenthil, vstinner, giampaolo.rodola, alex, martin.panter, dstufft, Lukasa
2016-09-09 09:03:18christian.heimessetmessageid: <1473411798.46.0.645232472509.issue28022@psf.upfronthosting.co.za>
2016-09-09 09:03:18christian.heimeslinkissue28022 messages
2016-09-09 09:03:18christian.heimescreate