]> granicus.if.org Git - python/commit
bpo-33967: Remove use of deprecated assertRaisesRegexp() (GH-8261) (GH-8295)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 16 Jul 2018 09:26:49 +0000 (02:26 -0700)
committerVictor Stinner <vstinner@redhat.com>
Mon, 16 Jul 2018 09:26:49 +0000 (11:26 +0200)
commit336c9539a90e0f5df5bcc5b444b8400a58820583
tree146ee776047fbe24d76b743af5832147eb3ac08c
parent8487ef61dea9fb0579f0be8f01d74fa20d3b8ed1
bpo-33967: Remove use of deprecated assertRaisesRegexp() (GH-8261) (GH-8295)

It was added in test_functools at 445f1b3.
(cherry picked from commit 9e9b2c32a34594e901b5b9a03c561a2a2bf63ece)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Lib/test/test_functools.py