Too Many if Statements?
bruno at modulix
onurb at xiludom.gro
Fri Feb 10 07:31:46 EST 2006
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 'onurb at xiludom.gro'.split('@')])"
More information about the Python-list
mailing list