Dealing with config files what's the options

Phil Jackson python-list at outershell.co.uk
Wed Feb 23 15:15:47 EST 2005


Tom Willis <tom.willis at gmail.com> writes:

> How are the expert pythoneers dealing with config files?

You could use the cPickle module if you don't mind your config files
being unreadable by humans. There is also the shlex module for more
powerful config file needs:

http://docs.python.org/lib/module-shlex.html

While I'm replying to you, would you mind if I take the opportunity to
ask you to stop top-posting?

Thanks,

Phil



More information about the Python-list mailing list