Shannon -jj Behrens wrote: > (Humor) > A couple PyCons ago, I argued that WSGI configuration files should use > Python syntax because that's the most flexible. You argued that they > should be .ini files so that sysadmins could edit them. I argued that > any sysadmin could edit a Python configuration file. Well, you wrote > the code, so of course, you used .ini files. They look nice, so at > least that's a benefit ;)
FWIW, I didn't actually argue for .ini files, and early versions of Paste used Python-format files. But the resulting complexity that snuck into Python configuration files eventually turned me off to them. Anyway, historical note... -- Ian Bicking | [EMAIL PROTECTED] | http://blog.ianbicking.org _______________________________________________ Paste-users mailing list [email protected] http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users
