mirror of
https://github.com/python/cpython.git
synced 2025-10-01 04:42:10 +00:00
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.
This commit is contained in:
parent
12d0a6c78a
commit
432b42aa4c
1 changed files with 2 additions and 1 deletions
|
@ -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'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue