[orm-devel] Debug - request for enhancement
Werner F. Bruhin
orm-devel@mailman.tux4web.de
Fri, 07 Mar 2003 20:24:26 +0100
Hi Diedrich,
Whenever you get around to change/update the debug stuff can you keep
this in mind.
1. Allow to activate/deactive debug during startup.
2. Add an optional name parameter to debug, this helps to figure which
debug one looks at, something along these lines.
def debug(s, name='============='):
print "====" + name
+"======================================="
print s
See you
Werner