summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2003-05-02 20:24:56 (GMT)
committerRaymond Hettinger <python@rcn.com>2003-05-02 20:24:56 (GMT)
commit834f4639485c68ae3d6d0016a4092417940a9fd6 (patch)
tree76d230cd4f806a24d9383ddd34e30b2d95e61ddb /Misc
parentbf8ec3e035ee7cc5493c27dd816a1961782519c4 (diff)
downloadcpython-834f4639485c68ae3d6d0016a4092417940a9fd6.zip
cpython-834f4639485c68ae3d6d0016a4092417940a9fd6.tar.gz
cpython-834f4639485c68ae3d6d0016a4092417940a9fd6.tar.bz2
Note itertools.islice() bugfix.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 84699d8..a9063e2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,9 @@ Core and builtins
Extension modules
-----------------
+- itertools.islice() now accepts stop=None as documented.
+ Fixes SF bug #730685.
+
Library
-------