]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41939: Fix test_site.test_license_exists_at_url() (#22559)
authorVictor Stinner <vstinner@python.org>
Mon, 5 Oct 2020 16:24:00 +0000 (18:24 +0200)
committerGitHub <noreply@github.com>
Mon, 5 Oct 2020 16:24:00 +0000 (18:24 +0200)
commit1fce240d6c4b2b2cc17a86e88c65169e15b9feeb
tree8aa55b35eb5175fda7c9898f1e5000c2ed29b970
parent060937da988347a887a5f165b023d972fcb97802
bpo-41939: Fix test_site.test_license_exists_at_url() (#22559)

Call urllib.request.urlcleanup() to reset the global
urllib.request._opener.
Lib/test/test_site.py
Misc/NEWS.d/next/Tests/2020-10-05-09-37-43.bpo-41939.P4OlbA.rst [new file with mode: 0644]