what is the easiest way to parse a file

Mark Carter cartermark46 at ukmail.com
Wed Sep 3 13:16:11 EDT 2003


"tagarwal" <trilok.agarwal at oracle.com> wrote in message news:<H_b5b.23$1o4.1177 at news.oracle.com>...
> Is there a library in python which could be used for parsing file based upon
> various sections


Python has a module ConfigParser as part of its standard installation,
which can be used to parse files in an windows-ini format. The ini
format breaks information down into sections, so it may be what you
are looking for.




More information about the Python-list mailing list