summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-05-10 21:50:57 +0000
committerGeorg Brandl <georg@python.org>2010-05-10 21:50:57 +0000
commit6f635f41f2aba9e175d9837704071004fc7aceea (patch)
tree9a2b9b05a60c97f52bdc24fa3e6789ea12fb5a34
parent0ddc30b7f99c87611612d812f64d1fa8086c5f98 (diff)
downloadcpython-git-6f635f41f2aba9e175d9837704071004fc7aceea.tar.gz
Consolidate deprecation messages.
-rw-r--r--Doc/library/unittest.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
index 06fd78176e..102a18778e 100644
--- a/Doc/library/unittest.rst
+++ b/Doc/library/unittest.rst
@@ -776,8 +776,7 @@ Test cases
will be *msg* if given, otherwise it will be :const:`None`.
.. deprecated:: 2.7
- :meth:`failUnless`; use one of the ``assert`` variants.
- :meth:`assert_`; use :meth:`assertTrue`.
+ :meth:`failUnless` and :meth:`assert_`; use :meth:`assertTrue`.
.. method:: assertEqual(first, second[, msg])