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

Danny Yoo dyoo at hkn.eecs.berkeley.edu
Sun Aug 6 22:27:38 CEST 2006



On Sun, 6 Aug 2006, anil maran wrote:

>    text = """From: the bugman <y... at example.com>
> To: the bugfixer <y... at example.com>
> 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/doc/lib/typesseq-strings.html

Does this address your question?


On a high-level view of your questions so far:  Are you running into 
problems because you can't find the documentation?  Or is the issue that 
the documentation is unclear?


More information about the Tutor mailing list