[issue17459] unittest.assertItemsEqual reports wrong order

2013-03-18 Thread Matthijs van der Vleuten
New submission from Matthijs van der Vleuten: When calling assertItemsEqual(first,second), if the items in a and b differ, the AssertionError treats second as the first sequence and first as the second sequence. Repro code: >>> from unittest.case import TestCase >>>

[issue17459] unittest.assertItemsEqual reports wrong order

2013-03-18 Thread Matthijs van der Vleuten
Matthijs van der Vleuten added the comment: Duplicate of 14832. -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue17459> ___ ___ Python-