[Python-checkins] cpython (3.3): #18894: remove mention of deprecated fail* methods.

ezio.melotti python-checkins at python.org
Sat Sep 7 14:20:32 CEST 2013


http://hg.python.org/cpython/rev/c3a2c0504960
changeset:   85586:c3a2c0504960
branch:      3.3
parent:      85579:b6059bac8a9c
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sat Sep 07 15:19:30 2013 +0300
summary:
  #18894: remove mention of deprecated fail* methods.

files:
  Doc/library/unittest.rst |  3 +--
  1 files changed, 1 insertions(+), 2 deletions(-)


diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
--- a/Doc/library/unittest.rst
+++ b/Doc/library/unittest.rst
@@ -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
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list