]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40275: Move TransientResource to test_urllib2net (GH-20812)
authorVictor Stinner <vstinner@python.org>
Thu, 11 Jun 2020 16:26:23 +0000 (18:26 +0200)
committerGitHub <noreply@github.com>
Thu, 11 Jun 2020 16:26:23 +0000 (18:26 +0200)
commit311110abcd8ab648dbf1803e36a8ba5d93fa019b
tree728d5fbcba944115a19d567e8e869d7ffcffe787
parentbcd7deed9118e365c1225de2a2e1a81bf988c6ab
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.
Doc/library/test.rst
Lib/test/support/__init__.py
Lib/test/test_support.py
Lib/test/test_urllib2net.py