Eric V. Smith <e...@trueblade.com> added the comment:

The PR changes the meaning of assertCountEqual. 
https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertCountEqual
 says: Equivalent to: assertEqual(Counter(list(first)), Counter(list(second))) 
...

At the very least, the documentation would need to be updated. But since this 
could be a breaking change, I don't think it will be accepted.

----------
nosy: +eric.smith

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46610>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to