From 432b42aa4c31fd473690ffeee446dcd493f8a8aa Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sat, 5 May 2001 04:24:43 +0000 Subject: 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. --- Misc/NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index d838c0f..0d7857f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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' -- cgit v0.12