[Python-checkins] CVS: python/dist/src/Misc NEWS,1.152,1.153

Tim Peters tim_one@users.sourceforge.net
Thu, 03 May 2001 21:43:44 -0700


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

Modified Files:
	NEWS 
Log Message:
Added reminders to make some remaining functions iterator-friendly.  Feel
free to do one!


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.152
retrieving revision 1.153
diff -C2 -r1.152 -r1.153
*** NEWS	2001/05/04 04:39:21	1.152
--- NEWS	2001/05/04 04:43:42	1.153
***************
*** 24,28 ****
      min()
      reduce()
! 
  
  What's New in Python 2.1 (final)?
--- 24,30 ----
      min()
      reduce()
!     XXX TODO string.join(), unicode.join()
!     XXX TODO tuple()
!     XXX TODO zip()
  
  What's New in Python 2.1 (final)?