]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33967: Fix wrong use of assertRaises (GH-8306)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 17 Jul 2018 05:18:56 +0000 (22:18 -0700)
committerGitHub <noreply@github.com>
Tue, 17 Jul 2018 05:18:56 +0000 (22:18 -0700)
commit892df9d15aae08d4033faeb34698e3c550c85854
treebec9b7b190e11116e9c02dde32091ae4b60735a3
parentbfa8a358e2cec40484c4655138ca3c6b10f8462a
bpo-33967: Fix wrong use of assertRaises (GH-8306)

(cherry picked from commit 56d8f57b83a37b05a6f2fbc3e141bbc1ba6cb3a2)

Co-authored-by: INADA Naoki <methane@users.noreply.github.com>
Lib/test/test_functools.py