Tom Willis <[EMAIL PROTECTED]> 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 -- http://mail.python.org/mailman/listinfo/python-list
