diff options
author | Victor Stinner <vstinner@python.org> | 2020-06-11 16:26:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-11 16:26:23 (GMT) |
commit | 311110abcd8ab648dbf1803e36a8ba5d93fa019b (patch) | |
tree | 728d5fbcba944115a19d567e8e869d7ffcffe787 /Lib/test/test_support.py | |
parent | bcd7deed9118e365c1225de2a2e1a81bf988c6ab (diff) | |
download | cpython-311110abcd8ab648dbf1803e36a8ba5d93fa019b.zip cpython-311110abcd8ab648dbf1803e36a8ba5d93fa019b.tar.gz cpython-311110abcd8ab648dbf1803e36a8ba5d93fa019b.tar.bz2 |
bpo-40275: Move TransientResource to test_urllib2net (GH-20812)
Move TransientResource, time_out, socket_peer_reset and
ioerror_peer_reset from test.support to test_urllib2net.
Remove "import errno" from test.support.
Diffstat (limited to 'Lib/test/test_support.py')
-rw-r--r-- | Lib/test/test_support.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_support.py b/Lib/test/test_support.py index b5a16f9..a7d5b1b 100644 --- a/Lib/test/test_support.py +++ b/Lib/test/test_support.py @@ -660,7 +660,6 @@ class TestSupport(unittest.TestCase): # findfile # check_warnings # EnvironmentVarGuard - # TransientResource # transient_internet # run_with_locale # set_memlimit |