]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added reminders to make some remaining functions iterator-friendly. Feel
authorTim Peters <tim.peters@gmail.com>
Fri, 4 May 2001 04:43:42 +0000 (04:43 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 4 May 2001 04:43:42 +0000 (04:43 +0000)
free to do one!

Misc/NEWS

index d707a7acd9647add27ad19bea2b8cc437745a1e3..bf63854180d2a077c3f50e31b343ecebf2beea30 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,7 +23,9 @@ Core
     max()
     min()
     reduce()
-
+    XXX TODO string.join(), unicode.join()
+    XXX TODO tuple()
+    XXX TODO zip()
 
 What's New in Python 2.1 (final)?
 =================================