slogging_away wrote: > It appears it may not be a 'if' statment limitation at all. This is > because I added another 800 element array
Looks like a memory problem then... > in which to store the various > error messages generated when a configuration file error is deteceted > based on their severity level. Why storing error messages ? Why don't you just write'em out (be it to stdout or to a file) ? (snip) -- bruno desthuilliers python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for p in '[EMAIL PROTECTED]'.split('@')])" -- http://mail.python.org/mailman/listinfo/python-list