[issue7832] assertSameElements([0, 1, 1], [0, 0, 1]) does not fail

Michael Foord report at bugs.python.org
Sat Mar 20 04:03:36 CET 2010


Michael Foord <michael at voidspace.org.uk> added the comment:

Committed in revision 79132.

For Python 2.7 I renamed assertSameElements to assertItemsEqual (assertSameElements has never been released on 2.X). In 3.2 assertItemsEqual will be new and assertSameElements will be de-documented / deprecated.

----------

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


More information about the Python-bugs-list mailing list