Phillip J. Eby wrote:
> At 12:59 PM 7/25/2005 -0400, Chris McDonough wrote:
> 
>>  In order to define a pipeline, we use a ".ini"-format configuration
> 
> 
> Ultimately I think the spec will need a formal description of what that 
> means exactly, including such issues as a PEP 263-style "encoding" 
> specifier, and the precise format of values.  But I'm fine with adding all 
> that myself, since I'm going to have to specify it well enough to create a 
> parser anyway.

Incidentally I have a generic ini parser here:

   http://svn.w4py.org/home/ianb/wsgikit_old_config/iniparser.py

I suspect I'm doing the character decoding improperly (line-by-line 
instead of opening the file with the given character encoding), but 
otherwise it's been sufficiently generic and workable, and should allow 
for doing more extensive parsing of things like section headers.

-- 
Ian Bicking  /  [EMAIL PROTECTED]  /  http://blog.ianbicking.org
_______________________________________________
Web-SIG mailing list
Web-SIG@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: 
http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com

Reply via email to