This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author simonzack
Recipients simonzack
Date 2014-09-21.11:12:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411297928.75.0.716793613355.issue22452@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-09-21 11:12:08simonzacksetrecipients: + simonzack
2014-09-21 11:12:08simonzacksetmessageid: <1411297928.75.0.716793613355.issue22452@psf.upfronthosting.co.za>
2014-09-21 11:12:08simonzacklinkissue22452 messages
2014-09-21 11:12:08simonzackcreate