[Python-Dev] Idea - place to put string functions and consts

Greg Ewing greg@cosc.canterbury.ac.nz
Tue, 19 Mar 2002 12:52:15 +1200 (NZST)


Thomas Heller <thomas.heller@ion-tof.com>:

> Hmm. Already implemented?
> 
> >>> str.join(",", ["spam", "eggs"])
> 'spam,eggs'

Not quite. I had in mind that str.join would be the
original string.join, which has the args in a different
order and the separator is optional. But I can see that
implementing the "".join(x) bogosity has closed off
this possibility.

The constants from the string module could still be
added to str, though.

Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury,	   | A citizen of NewZealandCorp, a	  |
Christchurch, New Zealand	   | wholly-owned subsidiary of USA Inc.  |
greg@cosc.canterbury.ac.nz	   +--------------------------------------+