]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] bpo-43920: Make load_verify_locations(cadata) error message consistent (GH...
authorChristian Heimes <christian@python.org>
Fri, 23 Apr 2021 14:37:09 +0000 (16:37 +0200)
committerGitHub <noreply@github.com>
Fri, 23 Apr 2021 14:37:09 +0000 (16:37 +0200)
commit82b6c0909aae423d9c8f4ff7d0e8df16106dbe28
treec88f60ec30477620ec70b1802fa888c22c277005
parentfaad2bd87f9e1c24837dd772f0597f4ab9416c66
[3.8] bpo-43920: Make load_verify_locations(cadata) error message consistent (GH-25554) (GH-25556)

Signed-off-by: Christian Heimes <christian@python.org>.
(cherry picked from commit b9ad88be0304136c3fe5959c65a5d2c75490cd80)

Co-authored-by: Christian Heimes <christian@python.org>
Lib/test/test_ssl.py
Misc/NEWS.d/next/Library/2021-04-23-11-54-38.bpo-43920.cJMQ2D.rst [new file with mode: 0644]
Modules/_ssl.c