Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3e06757

Browse files
committed
Added reminders to make some remaining functions iterator-friendly. Feel
free to do one!
1 parent 15d81ef commit 3e06757

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Misc/NEWS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ Core
2323
max()
2424
min()
2525
reduce()
26-
26+
XXX TODO string.join(), unicode.join()
27+
XXX TODO tuple()
28+
XXX TODO zip()
2729

2830
What's New in Python 2.1 (final)?
2931
=================================

0 commit comments

Comments
 (0)