There was an error while loading. Please reload this page.
1 parent 697a659 commit 5338d18Copy full SHA for 5338d18
1 file changed
Misc/NEWS.d/next/Tests/2026-08-18-23-58-02.gh-issue-156031.Qm4TbX.rst
@@ -0,0 +1,4 @@
1
+``test_httpservers`` no longer leaves a default opener installed in
2
+:mod:`urllib.request`. The plain HTTP cases fetched URLs through
3
+:func:`urllib.request.urlopen` without an SSL context, which sets the module
4
+global, so the rest of the test run saw it instead of a fresh opener.
0 commit comments