]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105382: Remove urllib.request cafile parameter (#105384)
authorVictor Stinner <vstinner@python.org>
Tue, 6 Jun 2023 21:17:45 +0000 (23:17 +0200)
committerGitHub <noreply@github.com>
Tue, 6 Jun 2023 21:17:45 +0000 (21:17 +0000)
commit2587b9f64eefde803a5e0b050171ad5f6654f31b
tree5304fb7ff2534429db4b07a907f8c06cab0a19dc
parent94d5f9827da4bf4b1e61c134fe29904b2b92f124
gh-105382: Remove urllib.request cafile parameter (#105384)

Remove cafile, capath and cadefault parameters of the
urllib.request.urlopen() function, deprecated in Python 3.6.
Doc/library/urllib.request.rst
Doc/whatsnew/3.13.rst
Lib/test/test_urllib.py
Lib/test/test_urllib2_localnet.py
Lib/urllib/request.py
Misc/NEWS.d/next/Library/2023-06-06-16-00-03.gh-issue-105382.A1LgzA.rst [new file with mode: 0644]