]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44022: Improve the regression test. (GH-26503) (#26506)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 12 Jul 2021 15:09:01 +0000 (08:09 -0700)
committerGitHub <noreply@github.com>
Mon, 12 Jul 2021 15:09:01 +0000 (17:09 +0200)
commit0389426fa4af4dfc8b1d7f3f291932d928392d8b
treed027737ed568e08eacfdb29706075b34a2554da1
parentae5dcf588c39915b43e391c738cf99f56a1b7fe2
bpo-44022: Improve the regression test. (GH-26503) (#26506)

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