[issue6517] configparser: add possibility to escape formatstrings

Michael Foord report at bugs.python.org
Mon Jul 26 16:17:06 CEST 2010


Michael Foord <michael at voidspace.org.uk> added the comment:

It is (very) unfortunate that configparser.ConfigParser should *not* be used and that configparser.SafeConfigParser is the correct class instead.

I would be *in favour* of deprecating ConfigParser and eventually renaming SafeConfigParser back to ConfigParser (leaving SafeConfigParser as an alias).

Now that deprecation warnings are silent by default this should be less of an issue.

----------

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


More information about the Python-bugs-list mailing list