mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-06-18 15:07:45 +08:00
6c1dffed58
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.