Łukasz Langa <luk...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue1682942>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to