preference tree like in jdk 1.4
Stefan Schwarzer
s.schwarzer at ndh.net
Thu Feb 14 15:04:43 EST 2002
More information about the Python-list mailing list
Thu Feb 14 15:04:43 EST 2002
- Previous message (by thread): preference tree like in jdk 1.4
- Next message (by thread): preference tree like in jdk 1.4
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello Tripp Tripp Scott wrote: > i was thinking of an empty function: > [...] > to store or load this pref object, just use the pickle mechanism. > > my question is, is there a simpler, more beautiful, elegant way? If you don't need this more than two levels deep, look at the ConfigParser module. You can modify its instances also after having read them and write them to disk, again as a configuration file. :-) Stefan
- Previous message (by thread): preference tree like in jdk 1.4
- Next message (by thread): preference tree like in jdk 1.4
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list