Files
typeshed/stdlib
Guido van Rossum 4dc21f04dd Move Sized earlier in the bases of Sequence (#2602)
See https://github.com/rominf/ordered-set-stubs/issues/1:
class OrderedSet(MutableSet[T], Sequence[T]): ...
works in Python 3, but not in Python 2 -- this fixes that
2018-11-13 20:47:48 -08:00
..
2018-04-06 11:09:11 -07:00
2018-10-24 07:20:53 -07:00