2006/1/30, Fredrik Lundh <[EMAIL PROTECTED]>:

> fwiw, I've *never* used INI files to store program state, and I've
> never used the save support in ConfigParser.

As a SiGeFi developing decision, we obligated us to keep the program
state between executions (hey, if I set the window this big, I want
the window this big next time!).

It was natural to us to save it in the user home directory, in a
".sigefi" file.

And we thought it was unpolite, at less, to put a pickled dictionary
in users home directory. That's how we finished keeping program state
in a .INI, :s.

Regards,

.    Facundo

Blog: http://www.taniquetil.com.ar/plog/
PyAr: http://www.python.org/ar/
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to