mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
* Have Element inherit from MutableSequence, which is more precise than Sequence. * Remove unnecessary inherited methods (e.g., __getitem__). * Correct extend() to take an Iterable. (Sequence was too specific.) * Alphabetize the typing imports, for sanity.