>>>>> "CT" == Christian Tismer <tismer@tismer.com> writes: CT> If it came to the point where the string module had some extra CT> methods which operate on two lists of string perhaps, we would CT> have been totally lost, and enforcing some OO method to CT> support it would be completely off the road. The new .join() method reads a bit better if you first name the glue string: space = ' ' name = space.join(['Barry', 'Aloisius', 'Warsaw']) But yes, it does look odd when used like ' '.join(['Christian', 'Aloisius', 'Tismer']) I still think it's nice not to have to import string "just" to get the join functionality, but remember of course that string.join() isn't going away, so you can still use this if you like it better. Alternatively, there has been talk about moving join() into the built-ins, but I'm not sure if the semantics of tha have been nailed down. -Barry
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4