[Python-checkins] python/dist/src/Misc NEWS,1.1271,1.1272

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Fri Mar 11 07:50:13 CET 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16483/Misc

Modified Files:
	NEWS 
Log Message:
Add two new functions, any() and all().



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1271
retrieving revision 1.1272
diff -u -d -r1.1271 -r1.1272
--- NEWS	9 Mar 2005 16:38:31 -0000	1.1271
+++ NEWS	11 Mar 2005 06:49:34 -0000	1.1272
@@ -10,6 +10,8 @@
 Core and builtins
 -----------------
 
+- Added two new builtins, any() and all().
+
 - Defining a class with empty parentheses is now allowed
   (e.g., ``class C(): pass`` is no longer a syntax error)
 



More information about the Python-checkins mailing list