Kaydet (Commit) 432b42aa authored tarafından 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.
üst 12d0a6c7
......@@ -23,8 +23,9 @@ Core
max()
min()
reduce()
XXX TODO string.join(), unicode.join()
string.join()
tuple()
XXX TODO unicode.join()
XXX TODO zip()
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