mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
#13695: merge with 3.2.
This commit is contained in:
commit
37c7a065ce
2 changed files with 3 additions and 3 deletions
|
@ -873,13 +873,13 @@ Test cases
|
|||
|
||||
In addition, if *first* and *second* are the exact same type and one of
|
||||
list, tuple, dict, set, frozenset or str or any type that a subclass
|
||||
registers with :meth:`addTypeEqualityFunc` the type specific equality
|
||||
registers with :meth:`addTypeEqualityFunc` the type-specific equality
|
||||
function will be called in order to generate a more useful default
|
||||
error message (see also the :ref:`list of type-specific methods
|
||||
<type-specific-methods>`).
|
||||
|
||||
.. versionchanged:: 3.1
|
||||
Added the automatic calling of type specific equality function.
|
||||
Added the automatic calling of type-specific equality function.
|
||||
|
||||
.. versionchanged:: 3.2
|
||||
:meth:`assertMultiLineEqual` added as the default type equality
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue