This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author till
Recipients till
Date 2009-07-18.20:36:38
SpamBayes Score 0.000984119
Marked as misclassified No
Message-id <1247949399.94.0.0752877480689.issue6517@psf.upfronthosting.co.za>
In-reply-to
Content
There seems to be no way to add a config item with a value containing a
formatstring without this formatstring beeing handled by configparser.

A possible way to escape the formatstrings could be to double the
%-sign, e.g.:

[foo]
bar = %%(string)s

The value of the bar item should then be "%(string)s".
History
Date User Action Args
2009-07-18 20:36:40tillsetrecipients: + till
2009-07-18 20:36:39tillsetmessageid: <1247949399.94.0.0752877480689.issue6517@psf.upfronthosting.co.za>
2009-07-18 20:36:38tilllinkissue6517 messages
2009-07-18 20:36:38tillcreate