diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-05-04 04:43:42 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-05-04 04:43:42 (GMT) |
commit | 3e067578f6532caac518b8ded334aa8a12d92cba (patch) | |
tree | 8650c3061bf632d716e073eac4e0e132b9ee2889 /Misc/NEWS | |
parent | 15d81efb8a7045ce2860792f11741965b496a98b (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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)? ================================= |