Added reminders to make some remaining functions iterator-friendly. Feel

free to do one!
This commit is contained in:
Tim Peters 2001-05-04 04:43:42 +00:00
parent 15d81efb8a
commit 3e067578f6
1 changed files with 3 additions and 1 deletions

View File

@ -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)?
=================================