[Python-checkins] CVS: python/dist/src/Misc NEWS,1.158,1.159

Tim Peters tim_one@users.sourceforge.net
Sat, 05 May 2001 03:14:36 -0700


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

Modified Files:
	NEWS 
Log Message:
Remove redundant line.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.158
retrieving revision 1.159
diff -C2 -r1.158 -r1.159
*** NEWS	2001/05/05 10:06:15	1.158
--- NEWS	2001/05/05 10:14:34	1.159
***************
*** 26,30 ****
      .join() method of strings
      tuple()
-     unicode.join()
      XXX TODO zip()
      'x in y' and 'x not in y'
--- 26,29 ----