Author: neal.norwitz
Date: Wed May 23 08:42:22 2007
New Revision: 55526

Modified:
   python/branches/p3yk/Misc/NEWS
Log:
reduce was removed a while ago

Modified: python/branches/p3yk/Misc/NEWS
==============================================================================
--- python/branches/p3yk/Misc/NEWS      (original)
+++ python/branches/p3yk/Misc/NEWS      Wed May 23 08:42:22 2007
@@ -135,7 +135,7 @@
   backticks (ie, `x`), <>
 
 - Removed these Python builtins:
-  apply(), callable(), coerce(), file()
+  apply(), callable(), coerce(), file(), reduce()
 
 - Removed these Python methods:
   {}.has_key
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to