mirror of
https://github.com/python/cpython.git
synced 2025-10-02 05:12:23 +00:00
Added reminders to make some remaining functions iterator-friendly. Feel
free to do one!
This commit is contained in:
parent
15d81efb8a
commit
3e067578f6
1 changed files with 3 additions and 1 deletions
|
@ -23,7 +23,9 @@ Core
|
||||||
max()
|
max()
|
||||||
min()
|
min()
|
||||||
reduce()
|
reduce()
|
||||||
|
XXX TODO string.join(), unicode.join()
|
||||||
|
XXX TODO tuple()
|
||||||
|
XXX TODO zip()
|
||||||
|
|
||||||
What's New in Python 2.1 (final)?
|
What's New in Python 2.1 (final)?
|
||||||
=================================
|
=================================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue