mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-10 19:51:27 +08:00
From the documentation [1]: "If start is None, then iteration starts at zero." [1] https://docs.python.org/3/library/itertools.html#itertools.islice. PR #1603 made this change for Python 2.