commit | 92a653af95524525abf0bc6f5f08fa08dc714ab0 | [log] [tgz] |
---|---|---|
author | Kristján Valur Jónsson <kristjan@ccpgames.com> | Fri Nov 13 16:10:13 2009 +0000 |
committer | Kristján Valur Jónsson <kristjan@ccpgames.com> | Fri Nov 13 16:10:13 2009 +0000 |
tree | d90de5af59428c5632b05ffd0a91479ca1451c14 | |
parent | 0daed996e7a0e9a3a4a524fe7cd519010bc77433 [diff] |
Merged revisions 74556 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74556 | kristjan.jonsson | 2009-08-27 22:20:21 +0000 (fim., 27 ßg·. 2009) | 2 lines issue 6275 Add an "exc_value" attribute to the _AssertRaisesContext context manager in the unittest package. This allows further tests on the exception that was raised after the context manager exits. ........