On 7/2/06, Bo Peng <[EMAIL PROTECTED]> wrote:
> Hmm... I susually do not use '+' to concatenate strings in pythong. I > use '"latex -interaction=onstopmode %s" % wtmpfname' instead.
My last email was irrelevant, and was from a state of morning confusion. As of ' ' + s vs '%s' %string, I use %s when string is in between, or there are more than one strings. I use both of them randomly in a case like this. Bo
