[Python-checkins] python/dist/src/Misc NEWS,1.753,1.754

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Fri, 02 May 2003 13:24:59 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv17775

Modified Files:
	NEWS 
Log Message:
Note itertools.islice() bugfix.

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.753
retrieving revision 1.754
diff -C2 -d -r1.753 -r1.754
*** NEWS	29 Apr 2003 21:07:16 -0000	1.753
--- NEWS	2 May 2003 20:24:56 -0000	1.754
***************
*** 16,19 ****
--- 16,22 ----
  -----------------
  
+ - itertools.islice() now accepts stop=None as documented.
+   Fixes SF bug #730685.
+ 
  Library
  -------