Commit 432b42aa authored by Tim Peters's avatar Tim Peters

Mark string.join() as done. Turns out string_join() works "for free" now,

because PySequence_Fast() started working for free as soon as
PySequence_Tuple() learned how to work with iterators.  For some reason
unicode.join() still doesn't work, though.
parent 12d0a6c7
...@@ -23,8 +23,9 @@ Core ...@@ -23,8 +23,9 @@ Core
max() max()
min() min()
reduce() reduce()
XXX TODO string.join(), unicode.join() string.join()
tuple() tuple()
XXX TODO unicode.join()
XXX TODO zip() XXX TODO zip()
XXX TODO 'x in y' XXX TODO 'x in y'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment