mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-21 18:42:07 +08:00
Reason: https://github.com/python/mypy/issues/328 * Revert "Make fromkeys() take an Iterable instead of a sequence. (#605)" This reverts commit66e8d4a14f. * Revert "Make dict.fromkeys() a classmethod (which it is). (#604)" This reverts commit26dfcb6859. * Add an explanation for fromkeys() being a staticmethod.