]> 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:37:06 +0000 (05:37 -0700)
committerGitHub <noreply@github.com>
Tue, 24 May 2022 12:37:06 +0000 (05:37 -0700)
commit719edfaf794a8c117c31f7bbe97d9afc2effbac4
tree7bc106a8b89b1081b836daba36a5dec243e73dff
parentc771cbe8f9b13d674b74d5f81ab36a5e20febb7d
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