Files
typeshed/stdlib/3
jkleint 17be26165d Relax type of TestCase.assertCountEqual() params from Sequence to Iterable (#1006)
The stubs for `unittest.TestCase.assertCountEqual()` specify the parameters are Sequences; in fact the method works fine with Iterables, as the first thing the method does is convert them to lists.  [1]  The docs do say sequences, but it appears there is no reason they cannot be Iterables.

[1]: https://github.com/python/cpython/blob/master/Lib/unittest/case.py#L1156
2017-03-15 22:25:20 -07:00
..
2016-12-20 02:28:12 -08:00
2016-12-19 22:09:35 -08:00
2016-12-21 01:06:52 -08:00
2017-01-26 12:05:53 -08:00
2016-12-20 02:28:12 -08:00
2016-12-19 22:09:35 -08:00
2016-12-19 23:53:19 -08:00
2016-12-19 22:09:35 -08:00
2016-12-28 11:13:57 -08:00
2016-12-19 23:53:19 -08:00
2016-04-11 00:27:58 -04:00
2016-12-19 23:53:19 -08:00
2017-03-12 20:48:48 -07:00
2016-12-21 01:15:26 -08:00
2016-05-04 16:54:57 -07:00
2017-03-13 09:12:46 -07:00
2017-01-26 12:05:53 -08:00
2017-02-21 14:27:34 -08:00
2016-12-21 01:15:26 -08:00
2016-05-17 14:32:03 +01:00
2016-12-19 22:09:35 -08:00
2016-12-19 22:09:35 -08:00
2017-02-21 14:25:00 -08:00
2017-02-27 17:51:41 +00:00
2016-12-19 23:53:19 -08:00
2016-12-20 00:47:51 -08:00
2016-12-19 21:52:56 -08:00
2016-12-20 00:16:44 -08:00
2016-05-03 11:48:38 -07:00
2016-08-24 06:08:46 -07:00
2016-07-26 07:43:29 -07:00
2016-12-19 22:09:35 -08:00
2016-12-19 22:09:35 -08:00
2016-02-25 09:41:32 +00:00
2016-12-19 22:09:35 -08:00
2016-12-19 22:09:35 -08:00
2017-03-06 08:08:36 -08:00
2017-03-12 19:32:46 -07:00
2017-03-06 08:04:51 -08:00
2016-12-19 22:09:35 -08:00
2017-03-10 15:52:08 -08:00
2017-03-12 19:38:39 -07:00
2016-12-19 22:09:35 -08:00
2016-12-28 10:24:50 -08:00
2016-12-19 22:09:35 -08:00