]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-93112: Fix missing ResourceDenied import in test_urllib2net (GH-93113)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 24 May 2022 12:32:19 +0000 (05:32 -0700)
committerGitHub <noreply@github.com>
Tue, 24 May 2022 12:32:19 +0000 (05:32 -0700)
commitdb2b1e1830b74f5e15abc3bac3fd67e35ca39951
tree398daa0667bc2afddae3a43bf73d3056e56bba7e
parenta4bea26ee4da780b399eab8f9f7eaa1517f52d56
GH-93112: Fix missing ResourceDenied import in test_urllib2net (GH-93113)

The code was moved out of test.support in
311110abcd8ab648dbf1803e36a8ba5d93fa019b (GH-20812), thus making
ResourceDenied undefined.
(cherry picked from commit 37c9a351b15c3fc4fcdca5dcb9ce19e51d7d2dd7)

Co-authored-by: Florian Bruhin <me@the-compiler.org>
Lib/test/test_urllib2net.py