Hi all, Can anyone point to on the web, or possibly share a simple example of the use of the ConfigParser module?
I have a program that has a lot of flags in various places (yes, ugly I know), so I am trying to consolidate this information in a configuration file so that the program can pull the necessary information from this place without the need to edit the program and its flags. Some sample code for using ConfigParser would be helpful - haven't been able to find any on-line so far beyond the standard documentation. Thanks, Esmail -- http://mail.python.org/mailman/listinfo/python-list