commit | 0ecdc525146ecec9d1549ebf59404c769637a512 | [log] [tgz] |
---|---|---|
author | Will Roberts <wildwilhelm@gmail.com> | Thu Jun 08 08:03:04 2017 +0200 |
committer | Raymond Hettinger <rhettinger@users.noreply.github.com> | Wed Jun 07 23:03:04 2017 -0700 |
tree | 2b37e56ef0ce6ac198d6ffc622da6f01c91ad4ef | |
parent | 5edf827c8052958b9d293f75ce8d93b66c1d58da [diff] |
bpo-30537: use PyNumber in itertools.islice instead of PyLong (#1918) * bpo-30537: use PyNumber in itertools instead of PyLong * bpo-30537: revert changes except to islice_new * bpo-30537: test itertools.islice and add entry to Misc/NEWS