Files
typeshed/stubs
Bas van Beek 7c37d6117d Allow reversed to take any object implementing __len__ and __getitem__ (#5820)
`reversed` is currently annotated as accepting either a `Sequence` or objects implementing the `__reversed__` protocol.
This however is too strict as, per its [docs](https://docs.python.org/3/library/functions.html#reversed), it can take any object that implements `__len__` and `__getitem__`.
2021-07-29 07:48:14 -07:00
..
2021-07-14 09:24:19 +01:00
2021-07-24 13:47:14 -07:00
2021-07-15 13:26:53 +02:00
2021-07-15 17:28:57 +02:00
2021-07-19 10:28:00 +02:00
2021-07-13 09:54:50 +01:00
2021-06-13 12:41:58 -07:00
2021-07-09 12:06:26 +03:00
2021-07-15 14:34:59 +02:00
2021-07-15 11:37:53 +01:00
2021-07-15 17:29:56 +02:00
2021-03-27 17:35:22 -07:00
2021-07-11 16:27:35 +03:00
2021-06-21 07:15:00 -07:00
2021-07-24 13:43:24 -07:00
2021-07-12 21:03:08 +02:00
2021-07-13 15:11:27 +01:00