Re: QA Engineering/ Python/ Contract/ Austin, TX

2011-09-27 Thread Robert Kern
On 9/26/11 5:03 PM, Chris Rebert wrote: On Mon, Sep 26, 2011 at 1:56 PM, TOM wrote: Tom Gugger Independent Recruiter [email protected] US Citizens or Greencard On Site QA Engineering/ Python/ Contract/ Austin, TX This is an immediate start, such as next week. I need three contractors Such p

Re: QA Engineering/ Python/ Contract/ Austin, TX

2011-09-26 Thread Chris Rebert
On Mon, Sep 26, 2011 at 1:56 PM, TOM wrote: > Tom Gugger > Independent Recruiter > [email protected] > > US Citizens or Greencard > On Site > > > QA Engineering/ Python/ Contract/ Austin, TX > > This is an immediate start, such as next week. I need three > contractors Such postings belong on the Py

Re: qa

2007-09-17 Thread Gabriel Genellina
On 17 sep, 19:22, John Machin <[EMAIL PROTECTED]> wrote: > On Sep 18, 7:59 am, "Gabriel Genellina" <[EMAIL PROTECTED]> > wrote: > > > It doesn't matter how many spaces you put in between, capwords will > > collapse all of them into a single space. > > This is true. However AFAICT the OP doesn't hav

Re: qa

2007-09-17 Thread John Machin
On Sep 18, 7:59 am, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > En Mon, 17 Sep 2007 18:15:29 -0300, Shawn Minisall <[EMAIL PROTECTED]> > escribi?: > > > I'm trying to get a space in between these two strings but it's ignoring > > the space in between when it prints. > > > >>> string.capwords

Re: qa

2007-09-17 Thread John Machin
On Sep 18, 7:15 am, Shawn Minisall <[EMAIL PROTECTED]> wrote: > I'm trying to get a space in between these two strings but it's ignoring > the space in between when it prints. > > >>> string.capwords (string.join([s1 + " " + s2])) * 3 > 'Spam Ni!Spam Ni!Spam Ni!' > >>> -1. "qa" as a subject hea

Re: qa

2007-09-17 Thread Gabriel Genellina
En Mon, 17 Sep 2007 18:15:29 -0300, Shawn Minisall <[EMAIL PROTECTED]> escribi�: > I'm trying to get a space in between these two strings but it's ignoring > the space in between when it prints. > > >>> string.capwords (string.join([s1 + " " + s2])) * 3 > 'Spam Ni!Spam Ni!Spam Ni!' > >>> It d