]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-93112: Fix missing ResourceDenied import in test_urllib2net (#93113)
authorFlorian Bruhin <me@the-compiler.org>
Tue, 24 May 2022 12:09:52 +0000 (14:09 +0200)
committerGitHub <noreply@github.com>
Tue, 24 May 2022 12:09:52 +0000 (14:09 +0200)
commit37c9a351b15c3fc4fcdca5dcb9ce19e51d7d2dd7
tree91e8a0485693cc2f9a94c41f053880aeef27e32e
parent7108bdf27c7a460cf83c4a01dea54ae4591d8aea
GH-93112: Fix missing ResourceDenied import in test_urllib2net (#93113)

The code was moved out of test.support in
311110abcd8ab648dbf1803e36a8ba5d93fa019b (GH-20812), thus making
ResourceDenied undefined.
Lib/test/test_urllib2net.py