mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +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.