commit | 041dd8eef105f981693f7084b270481816dd9a7a | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Thu May 21 20:15:40 2015 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Thu May 21 20:15:40 2015 +0300 |
tree | 9fdcf84d365a2c2e6bcf318fab0649e8655b4b09 | |
parent | ff54223606d899c57912dc9f1c5d0d0f331f96b8 [diff] |
Issue #15836: assertRaises(), assertRaisesRegex(), assertWarns() and assertWarnsRegex() assertments now check the type of the first argument to prevent possible user error. Based on patch by Daniel Wagner-Hall.