Skip to content

Commit 5338d18

Browse files
committed
gh-156031: Add NEWS entry
1 parent 697a659 commit 5338d18

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)