mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-24 21:01:52 +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.