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 docs@python, ezio.melotti, flox, python-dev, ronaldoussoren, vitaly
Date 2016-05-20.23:50:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463788216.96.0.787117618458.issue17866@psf.upfronthosting.co.za>
In-reply-to
Content
Folks, assertCountEqual sounds like a really bad name. 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 better and more meaningful.
History
Date User Action Args
2016-05-20 23:50:17vitalysetrecipients: + vitaly, ronaldoussoren, ezio.melotti, flox, docs@python, python-dev
2016-05-20 23:50:16vitalysetmessageid: <1463788216.96.0.787117618458.issue17866@psf.upfronthosting.co.za>
2016-05-20 23:50:16vitalylinkissue17866 messages
2016-05-20 23:50:16vitalycreate