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 vitaly
Recipients vitaly
Date 2016-05-20.23:53:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463788380.52.0.782790370377.issue27071@psf.upfronthosting.co.za>
In-reply-to
Content
Somewhere in 3.x assertItemsEqual was renamed to assertCountEqual.

assertCountEqual sounds like a really inappropriate, misleading name for what it does. It misleads users into thinking that it only compares the number of elements in each sequence, whereas it actually asserts that equivalent items are present in both sequences, regardless of order. The original name from 2.7 assertItemsEqual was so much more meaningful.
History
Date User Action Args
2016-05-20 23:53:00vitalysetrecipients: + vitaly
2016-05-20 23:53:00vitalysetmessageid: <1463788380.52.0.782790370377.issue27071@psf.upfronthosting.co.za>
2016-05-20 23:53:00vitalylinkissue27071 messages
2016-05-20 23:53:00vitalycreate