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 terry.reedy
Recipients docs@python, michael.foord, terry.reedy, vitaly
Date 2016-05-20.23:55:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463788547.56.0.699295913313.issue27060@psf.upfronthosting.co.za>
In-reply-to
Content
It compares element by element counts, as indicated by "Equivalent to: assertEqual(Counter(list(first)), Counter(list(second))) ..." and the failure messages.  Since I understand Counter equality, I ignore the rest.
History
Date User Action Args
2016-05-20 23:55:47terry.reedysetrecipients: + terry.reedy, michael.foord, docs@python, vitaly
2016-05-20 23:55:47terry.reedysetmessageid: <1463788547.56.0.699295913313.issue27060@psf.upfronthosting.co.za>
2016-05-20 23:55:47terry.reedylinkissue27060 messages
2016-05-20 23:55:47terry.reedycreate