How to store properties

Terry Reedy tjreedy at udel.edu
Wed Feb 8 15:34:53 EST 2017


On 2/8/2017 6:26 AM, Cecil Westerhof wrote:
> In Java you (can) use a properties file store configuration. What is
> the best way to do something like that in Python?
> I saw ConfigParser, but have the feeling that it is not really used.

IDLE uses it for default and user configuration files.


-- 
Terry Jan Reedy




More information about the Python-list mailing list