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

Reply via email to