mirror of
https://github.com/python/cpython.git
synced 2025-08-31 22:18:28 +00:00
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.
This commit is contained in:
parent
bcd7deed91
commit
311110abcd
4 changed files with 37 additions and 48 deletions
|
@ -660,7 +660,6 @@ class TestSupport(unittest.TestCase):
|
|||
# findfile
|
||||
# check_warnings
|
||||
# EnvironmentVarGuard
|
||||
# TransientResource
|
||||
# transient_internet
|
||||
# run_with_locale
|
||||
# set_memlimit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue