[New-bugs-announce] [issue22452] addTypeEqualityFunc is not used in assertListEqual

Simon Zack report at bugs.python.org
Sun Sep 21 13:12:08 CEST 2014


New submission from Simon Zack:

Functions added by addTypeEqualityFunc is not used for comparing list elements in assertListEqual, and only used in assertEqual.

It would be nice to have assertListEqual use functions added by addTypeEqualityFunc for comparisons of list elements. I think this provides more flexibility, and we get nicely formatted error messages for nested list compares for free.

----------
components: Library (Lib)
messages: 227210
nosy: simonzack
priority: normal
severity: normal
status: open
title: addTypeEqualityFunc is not used in assertListEqual

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22452>
_______________________________________


More information about the New-bugs-announce mailing list