diff options
author | Raymond Hettinger <python@rcn.com> | 2003-05-02 20:24:56 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-05-02 20:24:56 (GMT) |
commit | 834f4639485c68ae3d6d0016a4092417940a9fd6 (patch) | |
tree | 76d230cd4f806a24d9383ddd34e30b2d95e61ddb /Misc | |
parent | bf8ec3e035ee7cc5493c27dd816a1961782519c4 (diff) | |
download | cpython-834f4639485c68ae3d6d0016a4092417940a9fd6.zip cpython-834f4639485c68ae3d6d0016a4092417940a9fd6.tar.gz cpython-834f4639485c68ae3d6d0016a4092417940a9fd6.tar.bz2 |
Note itertools.islice() bugfix.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,6 +15,9 @@ Core and builtins Extension modules ----------------- +- itertools.islice() now accepts stop=None as documented. + Fixes SF bug #730685. + Library ------- |