Where can I find .join() in the docs

Emile van Sebille emile at fenx.com
Thu May 30 09:25:52 EDT 2002


"Ruediger Maehl" <ruediger.maehl_nospam at web.de> wrote in message
news:newscache$0hdxwg$4oi$1 at www-neu.dzsh.de...
> Hello Pythoneers,
>
> could anyone please point me to the piece of documentation
> where I can find a description of .join() and all the others?
>

The dot in dot join indicates that join resides in the thing being
dot'ted, in this case likely string.  Look at
Python22\Doc\lib\module-string.html and
Python22\Doc\lib\string-methods.html


--

Emile van Sebille
emile at fenx.com

---------




More information about the Python-list mailing list