PC Drew wrote: > > good point. Are you talking like a "if DEBUG:" type thing? If so, would > it be okay to set DEBUG = true by default so that people have to > consciously turn it off, knowing full well that it will not check for > certain things? Have a look at: http://www.python.org/doc/current/ref/assert.html#l2h-339 Ciao, Michael.