[stdlib-sig] ConfigParser - parsing options with no value
Michael
fuzzyman at gmail.com
Fri Sep 18 02:14:29 CEST 2009
Adding a network attribute is easy. Plus I should have added that the
core parser in ConfigObj (using and abusing regexes) is pretty hairy
and I try to avoid touching it. :-)
The rest of the code is basically fine (working on a new release now
~25% perf improvement thanks to Christian Heimes) although the module
is waay too long. Doesn't take much maintenance though.
Will add the network attribute as an undocumented new feature in
honour of Antoine...
Michael
--
http://www.ironpythoninaction.com
On 18 Sep 2009, at 01:11, Antoine Pitrou <solipsis at pitrou.net> wrote:
> Le jeudi 17 septembre 2009 à 23:58 +0200, Georg Brandl a écrit :
>>>
>>> Who knows. =) Module is old enough it's quite possible no one
>>> remembers why.
>>
>> Good point. There's also an awful shortage of config parsers in
>> the standard
>> library; we should add one or two.
>
> If so, can it have a .network attribute?
>
>
> _______________________________________________
> stdlib-sig mailing list
> stdlib-sig at python.org
> http://mail.python.org/mailman/listinfo/stdlib-sig
More information about the stdlib-sig
mailing list