Re: [Tutor] can you explain string replacement syntax and comma separated statements (fwd)

2006-08-07 Thread Danny Yoo
> The help page doesnt take about multiline string replacement and this > example doesnt work for me Hi Anil, Please be more specific and as informative as you can; we can't look over your shoulder, and the only information we see is what you send us. When you say, "This example doesn't work

Re: [Tutor] can you explain string replacement syntax and comma separated statements (fwd)

2006-08-07 Thread Danny Yoo
-- Forwarded message -- Date: Mon, 7 Aug 2006 00:33:08 -0700 (PDT) From: anil maran <[EMAIL PROTECTED]> To: Danny Yoo <[EMAIL PROTECTED]> Subject: Re: [Tutor] can you explain string replacement syntax and comma separated statements Dear danny yoo The help page

Re: [Tutor] can you explain string replacement syntax and comma separated statements

2006-08-06 Thread Danny Yoo
On Sun, 6 Aug 2006, anil maran wrote: >text = """From: the bugman <[EMAIL PROTECTED]> > To: the bugfixer <[EMAIL PROTECTED]> > Subject: bug: %s: %s (%s) > Content-Type: multipart/mixed; boundary="here" [text example cut] Hi Anil, Anil, take a look at: http://www.python.org/d

[Tutor] can you explain string replacement syntax and comma separated statements

2006-08-06 Thread anil maran
    text = """From: the bugman ...@example.com> To: the bugfixer ...@example.com> Subject: bug: %s: %s (%s) Content-Type: multipart/mixed; boundary="here" --here Content-Type: text/plain Content-Disposition: inline %s %s --here Content-Type: text/html; name="bug.ht