mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-11 02:14:04 +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.