Skip to content

Commit 37c9a35

Browse files
authored
GH-93112: Fix missing ResourceDenied import in test_urllib2net (#93113)
The code was moved out of test.support in 311110a (GH-20812), thus making ResourceDenied undefined.
1 parent 7108bdf commit 37c9a35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_urllib2net.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from test import support
44
from test.support import os_helper
55
from test.support import socket_helper
6+
from test.support import ResourceDenied
67
from test.test_urllib2 import sanepathname2url
78

89
import os

0 commit comments

Comments
 (0)