summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-05-04 04:43:42 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-05-04 04:43:42 (GMT)
commit3e067578f6532caac518b8ded334aa8a12d92cba (patch)
tree8650c3061bf632d716e073eac4e0e132b9ee2889 /Misc/NEWS
parent15d81efb8a7045ce2860792f11741965b496a98b (diff)
downloadcpython-3e067578f6532caac518b8ded334aa8a12d92cba.zip
cpython-3e067578f6532caac518b8ded334aa8a12d92cba.tar.gz
cpython-3e067578f6532caac518b8ded334aa8a12d92cba.tar.bz2
Added reminders to make some remaining functions iterator-friendly. Feel
free to do one!
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d707a7a..bf63854 100644
--- 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)?
=================================