]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94172: urllib.request avoids deprecated key_file/cert_file (#94232)
authorVictor Stinner <vstinner@python.org>
Sun, 26 Jun 2022 08:43:21 +0000 (10:43 +0200)
committerGitHub <noreply@github.com>
Sun, 26 Jun 2022 08:43:21 +0000 (10:43 +0200)
commit37118fa2e3af133b0cf4935b008c7be7f5d07f68
tree1a09f05abbbe6db6b52c5c544f55c66641f153f6
parente87ada48a9e5d9d03f9759138869216df0d7383a
gh-94172: urllib.request avoids deprecated key_file/cert_file (#94232)

The urllib.request module no longer uses the deprecated key_file and
cert_file parameter of the http.client module.
Lib/urllib/request.py