]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] bpo-46648: Rewrite test_urllib2.test_issue16464() with a local HTTP server...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 7 Feb 2022 20:15:22 +0000 (12:15 -0800)
committerGitHub <noreply@github.com>
Mon, 7 Feb 2022 20:15:22 +0000 (12:15 -0800)
commit9539400390494f4930c245b3f98453592f4a1a8c
tree6818f21d40020edfe495aeed8e4ba864a5110a1c
parent9c45390208df712126c59f7c2b6f8d2b4e19ccf7
[3.10] bpo-46648: Rewrite test_urllib2.test_issue16464() with a local HTTP server (GH-31186) (GH-31189)

Re-enable test_issue16464() of test_urllib2, move it to urllib2_localnet
and use the local HTTP server rather than an external HTTP server.
(cherry picked from commit 8e98175a03fe03d62822d96007a74e5273013764)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Lib/test/test_urllib2.py
Lib/test/test_urllib2_localnet.py