commit | e6e0e26780350b2c05bf21218c69667d0eb0992d | [log] [tgz] |
---|---|---|
author | Michael Foord <fuzzyman@voidspace.org.uk> | Sun Dec 19 15:52:56 2010 +0000 |
committer | Michael Foord <fuzzyman@voidspace.org.uk> | Sun Dec 19 15:52:56 2010 +0000 |
tree | 0b7ce476dfc51fb98d3928ecfa16ff9e4a6c9fba | |
parent | a17f076f614222cec6ff415c940717ecbbddd9fe [diff] |
Issue 10242. Switching unittest.TestCase.assertItemsEqual to use a collections.Counter under the hood. This fixes bugs when comparing collections of items like sets that can be sorted without raising an exception but where sorting has no meaning.