]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46648: Rewrite test_urllib2.test_issue16464() with a local HTTP server (GH-31186)
authorNikita Sobolev <mail@sobolevn.me>
Mon, 7 Feb 2022 12:48:43 +0000 (15:48 +0300)
committerGitHub <noreply@github.com>
Mon, 7 Feb 2022 12:48:43 +0000 (13:48 +0100)
commit8e98175a03fe03d62822d96007a74e5273013764
treedc1b0abedc942860a78fc2109cea84efbe2d13e1
parent59e004af63742361b67d1e1ae70229ff0db1059d
bpo-46648: Rewrite test_urllib2.test_issue16464() with a local HTTP server (GH-31186)

Re-enable test_issue16464() of test_urllib2, move it to urllib2_localnet
and use the local HTTP server rather than an external HTTP server.
Lib/test/test_urllib2.py
Lib/test/test_urllib2_localnet.py