Actually, for Unixish config files, shlex seems the better module.

Andreas

Am Donnerstag, den 26.10.2006, 09:24 -0400 schrieb Kent Johnson:
> Basil Shubin wrote:
> > Hi, friends!
> > 
> > Is there exist a module for working with config file? Simple enough, 
> > just read/write config file (like for most unix app), determine where 
> > row is contain config words with it's parameters (like 
> > 'config_word=parameter') or it's a comments (#)?
> 
> Take a look at the ConfigParser module:
> http://docs.python.org/lib/module-ConfigParser.html
> 
> Kent
> 
> _______________________________________________
> Tutor maillist  -  Tutor@python.org
> http://mail.python.org/mailman/listinfo/tutor

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to