[EMAIL PROTECTED] (Aahz) writes: > While I'm in complete agreement about the "".join() construct on the > basis of looks, I have come to appreciate the fact that I *never* mess up > the order of arguments any more.
Yeah. When I needed joinable arrays of strings in Eiffel, I added them to the ARRAY[STRING] class. array.join("") is *much* saner looking. <mike -- Mike Meyer <[EMAIL PROTECTED]> http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. -- http://mail.python.org/mailman/listinfo/python-list