Kaydet (Commit) 6f635f41 authored tarafından Georg Brandl's avatar Georg Brandl

Consolidate deprecation messages.

üst 0ddc30b7
...@@ -776,8 +776,7 @@ Test cases ...@@ -776,8 +776,7 @@ Test cases
will be *msg* if given, otherwise it will be :const:`None`. will be *msg* if given, otherwise it will be :const:`None`.
.. deprecated:: 2.7 .. deprecated:: 2.7
:meth:`failUnless`; use one of the ``assert`` variants. :meth:`failUnless` and :meth:`assert_`; use :meth:`assertTrue`.
:meth:`assert_`; use :meth:`assertTrue`.
.. method:: assertEqual(first, second[, msg]) .. method:: assertEqual(first, second[, msg])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment