[Python-Dev] Distutils ML wrap-up: setup.cfg new format

Michael Foord fuzzyman at voidspace.org.uk
Tue Sep 22 15:55:31 CEST 2009


Antoine Pitrou wrote:
> Tarek Ziadé <ziade.tarek <at> gmail.com> writes:
>   
>>     [setup]
>>     name: Foo
>>     version: 1.2
>>     
>
> I am probably missing something, but why doesn't it use the more common
> ini-style:
>
>     [setup]
>     name = Foo
>     version = 1.2
>   

ConfigParser recognises both, but other tools (*coff* ConfigObj) only 
recognises the latter (=).

Michael

> Regards
>
> Antoine.
>
>
> _______________________________________________
> Python-Dev mailing list
> Python-Dev at python.org
> http://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe: http://mail.python.org/mailman/options/python-dev/fuzzyman%40voidspace.org.uk
>   


-- 
http://www.ironpythoninaction.com/



More information about the Python-Dev mailing list