[issue10242] unittest's assertItemsEqual() method makes too many assumptions about its input

Mark Roddy report at bugs.python.org
Sun Nov 21 01:41:19 CET 2010


Mark Roddy <markroddy at gmail.com> added the comment:

Adding patch for release27-maint branch which implements Raymond's suggested fix which utilizes collections.Counter.  

Has the same issues addressed with the py3k patch.

----------
Added file: http://bugs.python.org/file19721/py27.10242.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10242>
_______________________________________


More information about the Python-bugs-list mailing list