[issue1682942] ConfigParser support for alt delimiters

Łukasz Langa report at bugs.python.org
Sat Jul 24 03:31:16 CEST 2010


Łukasz Langa <lukasz at langa.pl> added the comment:

Part of the patch has already been independently implemented (support for custom `dict_type`s). As for the custom delimiters the patch is somewhat incomplete. Let's take for instance delimiting by space characters (e.g. `delimiters = (" ", )`). ConfigParser would input <space><delim><space> so it would be quite bizarre.

Brett, I have a patch ready but it depends on issue7113 changes I've made.

----------
nosy: +brett.cannon, lukasz.langa

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


More information about the Python-bugs-list mailing list