]> granicus.if.org Git - python/commit
Merged revisions 74556 via svnmerge from
authorKristján Valur Jónsson <kristjan@ccpgames.com>
Fri, 13 Nov 2009 16:10:13 +0000 (16:10 +0000)
committerKristján Valur Jónsson <kristjan@ccpgames.com>
Fri, 13 Nov 2009 16:10:13 +0000 (16:10 +0000)
commit92a653af95524525abf0bc6f5f08fa08dc714ab0
treed90de5af59428c5632b05ffd0a91479ca1451c14
parent0daed996e7a0e9a3a4a524fe7cd519010bc77433
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.
........
Doc/library/unittest.rst
Lib/test/test_unittest.py
Lib/unittest/case.py