Easy "here documents" ??
Nick Coghlan
ncoghlan at iinet.net.au
Sun Dec 19 01:24:51 EST 2004
Jim Hill wrote:
> Is there a way to produce a very long multiline string of output with
> variables' values inserted without having to resort to this wacky
>
> """v = %s"""%(variable)
>
> business?
Try combining Python 2.4's subprocess module with its string Templates.
Cheers,
Nick.
--
Nick Coghlan | ncoghlan at email.com | Brisbane, Australia
---------------------------------------------------------------
http://boredomandlaziness.skystorm.net
More information about the Python-list
mailing list