New submission from Till Maas <opensou...@till.name>: 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". ---------- components: Library (Lib) messages: 90689 nosy: till severity: normal status: open title: configparser: add possibility to escape formatstrings versions: Python 2.6 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6517> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com