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.22:31:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463783514.15.0.0394559618636.issue27060@psf.upfronthosting.co.za>
In-reply-to
Content
Here is the specific test code so you can replace my lists with examples that you think malfunction.

import unittest as u
class Test(u.TestCase):
    def test_Count(self):
        self.assertItemsEqual([1,2,3], [1,2,4])
u.main()
History
Date User Action Args
2016-05-20 22:31:54terry.reedysetrecipients: + terry.reedy, michael.foord, docs@python, vitaly
2016-05-20 22:31:54terry.reedysetmessageid: <1463783514.15.0.0394559618636.issue27060@psf.upfronthosting.co.za>
2016-05-20 22:31:54terry.reedylinkissue27060 messages
2016-05-20 22:31:54terry.reedycreate