1. again, ConfigObj is pure Python, supports nesting, and is read/write (so there is no need to template injectable config files (e.g., with  \n, =, #;etc. must be escaped))<div><br></div><div>| PyPI: <a href="https://pypi.python.org/pypi/configobj/5.0.6">https://pypi.python.org/pypi/configobj/5.0.6</a></div><div>| Src: <a href="https://github.com/DiffSK/configobj">https://github.com/DiffSK/configobj</a></div><div>| Docs: <a href="https://configobj.readthedocs.io/en/latest/">https://configobj.readthedocs.io/en/latest/</a><br><br></div><div>2. A grammar for configparser would make this more apparent <a href="https://hg.python.org/cpython/file/tip/Lib/configparser.py">https://hg.python.org/cpython/file/tip/Lib/configparser.py</a></div><div><br></div><div>On Sunday, May 15, 2016, Robert Collins <<a href="mailto:robertc@robertcollins.net">robertc@robertcollins.net</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 15 May 2016 at 08:21, Ionel Cristian Mărieș <<a href="javascript:;" onclick="_e(event, 'cvml', 'contact@ionelmc.ro')">contact@ionelmc.ro</a>> wrote:<br>
><br>
> On Fri, May 13, 2016 at 9:22 PM, Brett Cannon <<a href="javascript:;" onclick="_e(event, 'cvml', 'brett@python.org')">brett@python.org</a>> wrote:<br>
>><br>
>> No need to think; the decision is made and it's TOML. I know Chris doesn't<br>
>> mean to stir up trouble, but at this point if someone wants to propose<br>
>> something other than TOML they are going to have to write their own PEP.<br>
><br>
><br>
> Not asking for any change but has anyone looked at libconfig? It looks quite<br>
> interesting: simple grammar and nesting support. What do you think of it?<br>
<br>
I hadn't, but its certainly irrelevant here, as vendoring it suitably<br>
for pip would be excruciating due to the C dependency.<br>
<br>
-Rob<br>
_______________________________________________<br>
Distutils-SIG maillist  -  <a href="javascript:;" onclick="_e(event, 'cvml', 'Distutils-SIG@python.org')">Distutils-SIG@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/distutils-sig" target="_blank">https://mail.python.org/mailman/listinfo/distutils-sig</a><br>
</blockquote></div>