(original) (raw)

changeset: 85586:c3a2c0504960 branch: 3.3 parent: 85579:b6059bac8a9c user: Ezio Melotti ezio.melotti@gmail.com date: Sat Sep 07 15:19:30 2013 +0300 files: Doc/library/unittest.rst description: #18894: remove mention of deprecated fail* methods. diff -r b6059bac8a9c -r c3a2c0504960 Doc/library/unittest.rst --- a/Doc/library/unittest.rst Fri Sep 06 15:41:30 2013 -0500 +++ b/Doc/library/unittest.rst Sat Sep 07 15:19:30 2013 +0300 @@ -1577,8 +1577,7 @@ A list containing 2-tuples of :class:`TestCase` instances and strings holding formatted tracebacks. Each tuple represents a test where a failure - was explicitly signalled using the :meth:`TestCase.fail\*` or - :meth:`TestCase.assert\*` methods. + was explicitly signalled using the :meth:`TestCase.assert\*` methods. .. attribute:: skipped /ezio.melotti@gmail.com