summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Tests/2020-10-05-09-37-43.bpo-41939.P4OlbA.rst
blob: e58ad2616da1ba44a8ba9c16fb26b187f7f77f46 (plain)
1
2
3
Fix test_site.test_license_exists_at_url(): call
``urllib.request.urlcleanup()`` to reset the global
``urllib.request._opener``. Patch by Victor Stinner.