id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc
126	how to do INI-file-like substitution in pyYAML	jim.vickroy@…	xi	"Here is a an '''INI''''''' file section using string substitution to define ''root folder'' and ''UNC path'':

{{{
[DEFAULT]
host         : sec-swds-dw.swpc.noaa.gov
satellite id : 13
root folder  : GOES%(satellite id)sSXI
UNC path     : \\%(host)s\%(root folder)s
}}}


I have been experimenting with !!python/object/apply:__builtin__.eval to define ''root folder'' and ''UNC path'', but so far, I have been unsuccessful.

How can this be done in pyYAML?

Thanks"	task	new	normal	pyyaml	normal			
