summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorCheryl Sabella <cheryl.sabella@gmail.com>2018-03-27 01:29:33 (GMT)
committerRaymond Hettinger <rhettinger@users.noreply.github.com>2018-03-27 01:29:33 (GMT)
commitda1734c58d2f97387ccc9676074717d38b044128 (patch)
treec74f3088c65e19e87e193cbd391036f591f2dec8 /Misc/NEWS.d
parent834940375ae88bc95794226dd8eff1f25fba1cf9 (diff)
downloadcpython-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')
-rw-r--r--Misc/NEWS.d/next/Documentation/2018-03-22-19-23-04.bpo-27212.wrE5KR.rst2
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.