mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
Consolidate deprecation messages.
This commit is contained in:
parent
0ddc30b7f9
commit
6f635f41f2
1 changed files with 1 additions and 2 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue