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 | [EMAIL PROTECTED] | Brisbane, Australia
---------------------------------------------------------------
http://boredomandlaziness.skystorm.net
--
http://mail.python.org/mailman/listinfo/python-list
