module to use when parsing .properties file in Python

Posted by Tshepang on Stack Overflow See other posts from Stack Overflow or by Tshepang
Published on 2010-05-12T14:25:01Z Indexed on 2010/05/12 14:54 UTC
Read the original article Hit count: 182

Filed under:
|

configparser raises an exception if one parses a simple .properties (key/value) file wich lacks section headers; other than rolling out code myself, is there some module that allows me to do this?

© Stack Overflow or respective owner

Related posts about python

Related posts about parsing