]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44022: Improve the regression test. (GH-26503)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 3 Jun 2021 04:10:22 +0000 (21:10 -0700)
committerGitHub <noreply@github.com>
Thu, 3 Jun 2021 04:10:22 +0000 (21:10 -0700)
commit5df4abd6b033a5f1e48945c6988b45e35e76f647
treed418f916c6b2b220601443899792325adb5ef644
parent991693a217363243b0bd33887852d6b3959b99a1
bpo-44022: Improve the regression test. (GH-26503)

It wasn't actually detecting the regression due to the
assertion being too lenient.
(cherry picked from commit e60ab843cbb016fb6ff8b4f418641ac05a9b2fcc)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
Lib/test/test_httplib.py