commit | 2fcaaaca520670123224b6e84068f5e453c04f07 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri Oct 05 19:39:47 2018 -0700 |
committer | Ned Deily <nad@python.org> | Fri Oct 05 22:39:47 2018 -0400 |
tree | 5a1f0cb89ee819506771448e67bfc77bf3cc10fc | |
parent | b38ff71501a8653fdc4aff7dee78680008185ab7 [diff] |
[3.7] Make it clear that the msg argument to assertWarns/assertWarnsRegex/assertRaisesRegex is keyword-only. (GH-9680) (GH-9681) A follow up to be4e5b89204283a62e369439025f00362d0424f6. (cherry picked from commit e006b39a40e0cd6a90c68f1107853ea2ed0ed54d) Co-authored-by: Benjamin Peterson <benjamin@python.org>