Generalize max(seq) and min(seq) to work with iterators.
NEEDS DOC CHANGES.
diff --git a/Misc/NEWS b/Misc/NEWS
index bbd2ac3..9d84845 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,6 +19,8 @@
   arguments:
     filter()
     list()
+    max()
+    min()
 
 
 What's New in Python 2.1 (final)?