]> 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:04:20 +0000 (21:04 -0700)
committerGitHub <noreply@github.com>
Thu, 3 Jun 2021 04:04:20 +0000 (21:04 -0700)
commit98e5a7975d99b58d511f171816ecdfb13d5cca18
tree0f5bdae7941d5dbadb5314e29bd26051eeddb6df
parent9c89d62073fa0bcfe68e59add5b55fbcbf7672ab
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