]> granicus.if.org Git - python/commit
Merged revisions 78091,78094,78109 via svnmerge from
authorEzio Melotti <ezio.melotti@gmail.com>
Mon, 8 Feb 2010 21:57:48 +0000 (21:57 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Mon, 8 Feb 2010 21:57:48 +0000 (21:57 +0000)
commit490082302779decbaf66a80480ae45fba6ae0e20
treed559eff683af5b3beee37137a96f9cf3ada3c747
parent7b26d7f82f67649a7c72f7bd30bf9248f6f542bc
Merged revisions 78091,78094,78109 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78091 | georg.brandl | 2010-02-07 19:02:22 +0200 (Sun, 07 Feb 2010) | 1 line

  Rename "exc_value" attribute on assertRaises context manager to "exception".
........
  r78094 | michael.foord | 2010-02-07 20:44:12 +0200 (Sun, 07 Feb 2010) | 1 line

  assertRaises as context manager now allows you to access exception as documented
........
  r78109 | ezio.melotti | 2010-02-08 23:52:08 +0200 (Mon, 08 Feb 2010) | 1 line

  Fix exc_value -> exception in docstring
........
Doc/library/unittest.rst
Lib/test/test_unittest.py
Lib/unittest/case.py