How to store properties
Terry Reedy
tjreedy at udel.edu
Wed Feb 8 15:34:53 EST 2017
More information about the Python-list mailing list
Wed Feb 8 15:34:53 EST 2017
- Previous message (by thread): How to store properties
- Next message (by thread): How to store properties
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): How to store properties
- Next message (by thread): How to store properties
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list