[issue6517] configparser: add possibility to escape formatstrings

R. David Murray report at bugs.python.org
Sat Jul 18 23:44:57 CEST 2009


R. David Murray <rdmurray at bitdance.com> added the comment:

The formatstring is a Python % formatting code, and doubling the %% is
the way to escape one, so what you suggest is in fact the way it works.
 Do you have a test case demonstrating that it doesn't work as
documented (it works for me)?

----------
nosy: +r.david.murray
resolution:  -> works for me
stage:  -> committed/rejected
status: open -> pending
type:  -> behavior

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6517>
_______________________________________


More information about the Python-bugs-list mailing list