Files
typeshed/stdlib/3
Jakub Stasiak 0edb87fc6b Make functools.cmp_to_key more realistic (#458)
The documentation[1] says:

    A comparison function is any callable that accept two arguments,
    compares them, and returns a negative number for less-than, zero for
    equality, or a positive number for greater-than.

This doesn't seem possible with the comparison function defined as
returning bool.

[1] https://docs.python.org/3.6/library/functools.html#functools.cmp_to_key
2016-08-10 12:12:52 -07:00
..
2016-04-11 00:27:58 -04:00
2016-07-29 15:25:52 -07:00
2016-07-29 05:59:26 -07:00
2016-08-03 15:40:00 -07:00
2016-06-02 10:16:01 -07:00
2016-04-11 00:27:58 -04:00
2016-07-26 07:45:27 -07:00
2016-05-05 11:32:06 +01:00
2016-04-11 00:27:58 -04:00
2016-04-11 00:27:58 -04:00
2016-05-04 16:54:57 -07:00
2016-07-05 10:18:58 -07:00
2016-03-23 08:30:39 +01:00
2016-03-06 09:25:49 +09:00
2016-05-17 14:32:03 +01:00
2016-05-19 14:34:38 -07:00
2016-04-11 00:27:58 -04:00
2016-03-10 01:28:07 +01:00
2016-06-28 18:26:54 +01:00
2016-01-16 16:54:47 -05:00
2016-07-05 10:18:58 -07:00
2016-05-03 11:48:38 -07:00
2016-07-26 07:43:29 -07:00
2016-04-11 00:27:58 -04:00
2016-02-25 09:41:32 +00:00
2015-12-30 21:59:56 +01:00
2016-08-10 11:18:35 -07:00
2016-04-17 19:59:47 -07:00
2016-05-04 16:54:57 -07:00
2016-03-06 10:03:55 +09:00