Commit 834f4639 authored by Raymond Hettinger's avatar Raymond Hettinger

Note itertools.islice() bugfix.

parent bf8ec3e0
...@@ -15,6 +15,9 @@ Core and builtins ...@@ -15,6 +15,9 @@ Core and builtins
Extension modules Extension modules
----------------- -----------------
- itertools.islice() now accepts stop=None as documented.
Fixes SF bug #730685.
Library Library
------- -------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment