Antoine Pitrou wrote:
Tarek Ziadé <ziade.tarek <at> gmail.com> writes:[setup] name: Foo version: 1.2I 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 [email protected] 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/ _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
