[Python-checkins] cpython (2.7): #18894: remove mention of deprecated fail* methods.
ezio.melotti
python-checkins at python.org
Sat Sep 7 14:20:30 CEST 2013
http://hg.python.org/cpython/rev/c391c30fee99
changeset: 85585:c391c30fee99
branch: 2.7
parent: 85571:e0037f266d45
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
@@ -1603,8 +1603,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.
.. versionchanged:: 2.2
Contains formatted tracebacks instead of :func:`sys.exc_info` results.
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list