Re: meta question - how to read comp.lang.python w/o usenet feed/google interface?

2009-03-21 Thread kshitij
On Mar 21, 2:17 am, Esmail wrote: > Terry Reedy wrote: > > > Ditto, with T-bird. Just add a newsgroup account with news.gmane.org or > > snews.gmane.org (for ssl) as the server and set the rest as you please. > > > gmane.comp.python.general is a mirror of python-list, from python.org, > > with its

Re: thanks very much indeed for your help is there a better way to do this (python3) newby

2009-02-24 Thread kshitij
On Feb 24, 6:29 am, "Rhodri James" wrote: > On Mon, 23 Feb 2009 23:33:31 -, Gary Wood wrote: > > '''exercise to complete and test this function''' > > import string > > def joinStrings(items): > >     '''Join all the strings in stringList into one string, > >     and return the result. For ex