commit | b4dc2502ad0a3497a4a6628ab1dd2b1e077ae157 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <none@none> | Fri May 06 15:01:41 2011 +0300 |
committer | Ezio Melotti <none@none> | Fri May 06 15:01:41 2011 +0300 |
tree | 4b94f1c9c9e785ffb2d4462eade826c312d2986f | |
parent | 136148e97d514291ac027dfb0c036f158fe47389 [diff] |
Issue #10775: assertRaises, assertRaisesRegex, assertWarns, and assertWarnsRegex now accept a keyword argument 'msg' when used as context managers. Initial patch by Winston Ewert.