diff options
author | Cheryl Sabella <cheryl.sabella@gmail.com> | 2018-03-27 01:29:33 (GMT) |
---|---|---|
committer | Raymond Hettinger <rhettinger@users.noreply.github.com> | 2018-03-27 01:29:33 (GMT) |
commit | da1734c58d2f97387ccc9676074717d38b044128 (patch) | |
tree | c74f3088c65e19e87e193cbd391036f591f2dec8 /Misc/NEWS.d/next | |
parent | 834940375ae88bc95794226dd8eff1f25fba1cf9 (diff) | |
download | cpython-da1734c58d2f97387ccc9676074717d38b044128.zip cpython-da1734c58d2f97387ccc9676074717d38b044128.tar.gz cpython-da1734c58d2f97387ccc9676074717d38b044128.tar.bz2 |
bpo-27212: Modify islice recipe to consume initial values preceding start (GH-6195)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2018-03-22-19-23-04.bpo-27212.wrE5KR.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2018-03-22-19-23-04.bpo-27212.wrE5KR.rst b/Misc/NEWS.d/next/Documentation/2018-03-22-19-23-04.bpo-27212.wrE5KR.rst new file mode 100644 index 0000000..5910d2c --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2018-03-22-19-23-04.bpo-27212.wrE5KR.rst @@ -0,0 +1,2 @@ +Modify documentation for the :func:`islice` recipe to consume initial values +up to the start index. |