[issue6517] configparser: add possibility to escape formatstrings

Fred L. Drake, Jr. report at bugs.python.org
Sat Jul 24 06:24:29 CEST 2010


Fred L. Drake, Jr. <fdrake at acm.org> added the comment:

I disagree.

The documentation should promote RawConfigParser, and note
SafeConfigParser and ConfigParser as remaining for backward
compatibility for existing software.  Maintainers of legacy software
using ConfigParser should be encouraged to convert to SafeConfigParser
(or even RawConfigParser) if possible.

Documentation changes should be sufficient; deprecation warnings
typically generate more pain than good.

----------

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


More information about the Python-bugs-list mailing list