[Python-checkins] python/dist/src/Misc NEWS,1.833,1.834

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Sat, 02 Aug 2003 00:42:58 -0700


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

Modified Files:
	NEWS 
Log Message:
As discussed on python-dev, changed builtin.zip() to handle zero arguments
by returning an empty list instead of raising a TypeError.



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.833
retrieving revision 1.834
diff -C2 -d -r1.833 -r1.834
*** NEWS	1 Aug 2003 05:01:54 -0000	1.833
--- NEWS	2 Aug 2003 07:42:55 -0000	1.834
***************
*** 13,16 ****
--- 13,19 ----
  -----------------
  
+ - zip() with no arguments now returns an empty list instead of raising
+   a TypeError exception.
+ 
  Extension modules
  -----------------